From 84c4834fb430e78e605519b53bd9aff25cb6426a Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Mon, 25 Sep 2017 12:29:55 +0100 Subject: Changes after review --- app/views/projects/registry/repositories/index.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/projects/registry') 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 -- cgit v1.2.1