Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-06-17 14:02:24 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-06-17 14:02:24 +0300
commit6ec8cb87e06af0be118b78a32c416a25f6e264c8 (patch)
tree654aaffa4e9016fac683be4efcb79d52a7e316f2 /app
parentfb3307095634f0c20cf57e36f6772ae7560e94b7 (diff)
Resolve "Docker registry date not accurate"
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/registry/components/table_registry.vue2
1 files changed, 1 insertions, 1 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>