Commit 6ec8cb87 authored by Nick Kipling's avatar Nick Kipling Committed by Filipa Lacerda

Resolve "Docker registry date not accurate"

parent fb330709
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
<th>{{ s__('ContainerRegistry|Tag') }}</th> <th>{{ s__('ContainerRegistry|Tag') }}</th>
<th>{{ s__('ContainerRegistry|Tag ID') }}</th> <th>{{ s__('ContainerRegistry|Tag ID') }}</th>
<th>{{ s__('ContainerRegistry|Size') }}</th> <th>{{ s__('ContainerRegistry|Size') }}</th>
<th>{{ s__('ContainerRegistry|Created') }}</th> <th>{{ s__('ContainerRegistry|Last Updated') }}</th>
<th></th> <th></th>
</tr> </tr>
</thead> </thead>
......
---
title: Changed the 'Created' label to 'Last Updated' on the container registry table
to more accurately reflect what the date represents.
merge_request: 29464
author:
type: other
...@@ -2828,9 +2828,6 @@ msgstr "" ...@@ -2828,9 +2828,6 @@ msgstr ""
msgid "Container registry images" msgid "Container registry images"
msgstr "" msgstr ""
msgid "ContainerRegistry|Created"
msgstr ""
msgid "ContainerRegistry|First log in to GitLab&rsquo;s Container Registry using your GitLab username and password. If you have %{link_2fa} you need to use a %{link_token}:" msgid "ContainerRegistry|First log in to GitLab&rsquo;s Container Registry using your GitLab username and password. If you have %{link_2fa} you need to use a %{link_token}:"
msgstr "" msgstr ""
...@@ -2840,6 +2837,9 @@ msgstr "" ...@@ -2840,6 +2837,9 @@ msgstr ""
msgid "ContainerRegistry|How to use the Container Registry" msgid "ContainerRegistry|How to use the Container Registry"
msgstr "" msgstr ""
msgid "ContainerRegistry|Last Updated"
msgstr ""
msgid "ContainerRegistry|Learn more about" msgid "ContainerRegistry|Learn more about"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment