Skip to content

Commit 6cb9d15

Browse files
committed
fix docker text
1 parent e6f5a05 commit 6cb9d15

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3573,7 +3573,8 @@ conda.install = To install the package using Conda, run the following command:
35733573
container.details.type = Image Type
35743574
container.details.platform = Platform
35753575
container.pull = Pull the image from the command line:
3576-
container.digest = Digest:
3576+
container.images = Images
3577+
container.digest = Digest
35773578
container.multi_arch = OS / Arch
35783579
container.layers = Image Layers
35793580
container.labels = Labels

templates/package/content/container.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
</div>
2626
{{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"}}</h4>
2828
<div class="ui attached segment">
2929
<table class="ui very basic compact table">
3030
<thead>

0 commit comments

Comments
 (0)