loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

0ko 49483800 e21ad7df

+3 -2
+2 -1
options/locale/locale_en-US.ini
··· 3662 3662 conan.install = To install the package using Conan, run the following command: 3663 3663 conda.registry = Setup this registry as a Conda repository in your <code>.condarc</code> file: 3664 3664 conda.install = To install the package using Conda, run the following command: 3665 + container.images.title = Images 3665 3666 container.details.type = Image Type 3666 3667 container.details.platform = Platform 3667 3668 container.pull = Pull the image from the command line: 3668 - container.digest = Digest: 3669 + container.digest = Digest 3669 3670 container.multi_arch = OS / Arch 3670 3671 container.layers = Image Layers 3671 3672 container.labels = Labels
+1 -1
templates/package/content/container.tmpl
··· 24 24 </div> 25 25 </div> 26 26 {{if .PackageDescriptor.Metadata.Manifests}} 27 - <h4 class="ui top attached header">{{ctx.Locale.Tr "packages.container.multi_arch"}}</h4> 27 + <h4 class="ui top attached header">{{ctx.Locale.Tr "packages.container.images.title"}}</h4> 28 28 <div class="ui attached segment"> 29 29 <table class="ui very basic compact table"> 30 30 <thead>