summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-06-17 11:02:24 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-06-17 11:02:24 +0000
commit6ec8cb87e06af0be118b78a32c416a25f6e264c8 (patch)
tree654aaffa4e9016fac683be4efcb79d52a7e316f2
parentfb3307095634f0c20cf57e36f6772ae7560e94b7 (diff)
downloadgitlab-ce-6ec8cb87e06af0be118b78a32c416a25f6e264c8.tar.gz
Resolve "Docker registry date not accurate"
-rw-r--r--app/assets/javascripts/registry/components/table_registry.vue2
-rw-r--r--changelogs/unreleased/35428-docker-registry-date-not-accurate.yml6
-rw-r--r--locale/gitlab.pot6
3 files changed, 10 insertions, 4 deletions
diff --git a/app/assets/javascripts/registry/components/table_registry.vue b/app/assets/javascripts/registry/components/table_registry.vue
index 1e4dfe76b26..f535b2ae9f2 100644
--- a/app/assets/javascripts/registry/components/table_registry.vue
+++ b/app/assets/javascripts/registry/components/table_registry.vue
@@ -64,7 +64,7 @@ export default {
<th>{{ s__('ContainerRegistry|Tag') }}</th>
<th>{{ s__('ContainerRegistry|Tag ID') }}</th>
<th>{{ s__('ContainerRegistry|Size') }}</th>
- <th>{{ s__('ContainerRegistry|Created') }}</th>
+ <th>{{ s__('ContainerRegistry|Last Updated') }}</th>
<th></th>
</tr>
</thead>
diff --git a/changelogs/unreleased/35428-docker-registry-date-not-accurate.yml b/changelogs/unreleased/35428-docker-registry-date-not-accurate.yml
new file mode 100644
index 00000000000..f51ecdf83a6
--- /dev/null
+++ b/changelogs/unreleased/35428-docker-registry-date-not-accurate.yml
@@ -0,0 +1,6 @@
+---
+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
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 82781499267..53a1d1c5466 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -2828,9 +2828,6 @@ msgstr ""
msgid "Container registry images"
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}:"
msgstr ""
@@ -2840,6 +2837,9 @@ msgstr ""
msgid "ContainerRegistry|How to use the Container Registry"
msgstr ""
+msgid "ContainerRegistry|Last Updated"
+msgstr ""
+
msgid "ContainerRegistry|Learn more about"
msgstr ""