Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2a028039
Commit
2a028039
authored
Mar 24, 2020
by
nelbacha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename the header "Size" to "Compressed Size"
parent
df4320ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
app/assets/javascripts/registry/explorer/constants.js
app/assets/javascripts/registry/explorer/constants.js
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/assets/javascripts/registry/explorer/constants.js
View file @
2a028039
...
...
@@ -34,7 +34,7 @@ export const LIST_KEY_CHECKBOX = 'checkbox';
export
const
LIST_LABEL_TAG
=
s__
(
'
ContainerRegistry|Tag
'
);
export
const
LIST_LABEL_IMAGE_ID
=
s__
(
'
ContainerRegistry|Image ID
'
);
export
const
LIST_LABEL_SIZE
=
s__
(
'
ContainerRegistry|Size
'
);
export
const
LIST_LABEL_SIZE
=
s__
(
'
ContainerRegistry|
Compressed
Size
'
);
export
const
LIST_LABEL_LAST_UPDATED
=
s__
(
'
ContainerRegistry|Last Updated
'
);
export
const
EXPIRATION_POLICY_ALERT_TITLE
=
s__
(
...
...
locale/gitlab.pot
View file @
2a028039
...
...
@@ -5277,6 +5277,9 @@ msgstr ""
msgid "ContainerRegistry|Build an image"
msgstr ""
msgid "ContainerRegistry|Compressed Size"
msgstr ""
msgid "ContainerRegistry|Container Registry"
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment