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 { {{ s__('ContainerRegistry|Tag') }} {{ s__('ContainerRegistry|Tag ID') }} {{ s__('ContainerRegistry|Size') }} - {{ s__('ContainerRegistry|Created') }} + {{ s__('ContainerRegistry|Last Updated') }} 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’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 ""