summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-05-21 14:55:22 +0000
committerRémy Coutable <remy@rymai.me>2018-05-21 14:55:22 +0000
commit1a748aa173540d2e9804cb64d0434f78d7a2961f (patch)
treeb75da2bc4eb2db36b71f5e5108bf5390163d581e
parent592b8d716f77944e61a7b532028ccf27c8401755 (diff)
parent7614757063d2dab530ca42504dd42b26b09d3c2b (diff)
downloadgitlab-ce-1a748aa173540d2e9804cb64d0434f78d7a2961f.tar.gz
Merge branch '45746-fix-container-registry-typo' into 'master'
Resolve "Registry page text is wrong and contains broken links." Closes #45746 See merge request gitlab-org/gitlab-ce!18711
-rw-r--r--app/views/projects/registry/repositories/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/registry/repositories/index.html.haml b/app/views/projects/registry/repositories/index.html.haml
index 76f57320f99..2a683d5be0f 100644
--- a/app/views/projects/registry/repositories/index.html.haml
+++ b/app/views/projects/registry/repositories/index.html.haml
@@ -30,7 +30,7 @@
%br
%p
- deploy_token = link_to(_('deploy token'), help_page_path('user/project/deploy_tokens/index', anchor: 'read-container-registry-images'), target: '_blank')
- = s_('ContainerRegistry|You can also %{deploy_token} for read-only access to the registry images.').html_safe % { deploy_token: deploy_token }
+ = s_('ContainerRegistry|You can also use a %{deploy_token} for read-only access to the registry images.').html_safe % { deploy_token: deploy_token }
%br
%p
= s_('ContainerRegistry|Once you log in, you&rsquo;re free to create and upload a container image using the common %{build} and %{push} commands').html_safe % { build: "<code>build</code>".html_safe, push: "<code>push</code>".html_safe }