diff options
author | 0ko <0ko@noreply.codeberg.org> | 2024-12-12 18:35:52 +0100 |
---|---|---|
committer | 0ko <0ko@noreply.codeberg.org> | 2024-12-12 18:35:52 +0100 |
commit | 4948380069be7d007f339ffe1a6a2ee72cfdd81c (patch) | |
tree | 8f4929485a3882d7d3fe26c4c16651dfdec5dc27 /options | |
parent | Merge pull request 'Adjust MySQL instruction' (#6245) from 0ko/forgejo:doctor... (diff) | |
download | forgejo-4948380069be7d007f339ffe1a6a2ee72cfdd81c.tar.xz forgejo-4948380069be7d007f339ffe1a6a2ee72cfdd81c.zip |
fix(ui): use correct title for container images (#6254)
Fixed the wrong box title here:
https://codeberg.org/attachments/5e3a8443-f1f3-4fdd-922e-0426ba370bc7
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6254
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4de4a5b81d..3a1639db7e 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3662,10 +3662,11 @@ conan.registry = Setup this registry from the command line: conan.install = To install the package using Conan, run the following command: conda.registry = Setup this registry as a Conda repository in your <code>.condarc</code> file: conda.install = To install the package using Conda, run the following command: +container.images.title = Images container.details.type = Image Type container.details.platform = Platform container.pull = Pull the image from the command line: -container.digest = Digest: +container.digest = Digest container.multi_arch = OS / Arch container.layers = Image Layers container.labels = Labels |