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>
This commit is contained in:
0ko 2024-12-12 17:35:52 +00:00
parent e21ad7dfaf
commit 4948380069
2 changed files with 3 additions and 2 deletions

View file

@ -24,7 +24,7 @@
</div>
</div>
{{if .PackageDescriptor.Metadata.Manifests}}
<h4 class="ui top attached header">{{ctx.Locale.Tr "packages.container.multi_arch"}}</h4>
<h4 class="ui top attached header">{{ctx.Locale.Tr "packages.container.images.title"}}</h4>
<div class="ui attached segment">
<table class="ui very basic compact table">
<thead>