diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-09-25 12:29:55 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-09-25 12:29:55 +0100 |
commit | 84c4834fb430e78e605519b53bd9aff25cb6426a (patch) | |
tree | 2f818c9aef0c8fc05e714f1008f041b614848baf /app/views/projects/registry | |
parent | b187426720068903184ca33a63f9dfe22c29f49a (diff) | |
download | gitlab-ce-84c4834fb430e78e605519b53bd9aff25cb6426a.tar.gz |
Changes after review
Diffstat (limited to 'app/views/projects/registry')
-rw-r--r-- | app/views/projects/registry/repositories/index.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/registry/repositories/index.html.haml b/app/views/projects/registry/repositories/index.html.haml index f201fd44bc9..12a5778fed8 100644 --- a/app/views/projects/registry/repositories/index.html.haml +++ b/app/views/projects/registry/repositories/index.html.haml @@ -5,10 +5,10 @@ %h4 = page_title %p - = _('With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images.') + = s_('ContainerRegistry|With the Docker Container Registry integrated into GitLab, every project can have its own space to store its Docker images.') %p.append-bottom-0 = succeed '.' do - = _('Learn more about') + = s_('ContainerRegistry|Learn more about') = link_to _('Container Registry'), help_page_path('user/project/container_registry'), target: '_blank' .row.registry-placeholder.prepend-bottom-10 .col-lg-12 @@ -22,7 +22,7 @@ .panel.panel-default .panel-heading %h4.panel-title - = _('How to use the Container Registry') + = s_('ContainerRegistry|How to use the Container Registry') .panel-body %p = _('First log in to GitLab’s Container Registry using your GitLab username and password. If you have').html_safe |