summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArihant <arihantar@gmail.com>2018-04-24 13:25:44 +0000
committerArihant <arihantar@gmail.com>2018-04-24 13:25:44 +0000
commit32a1a3c0ab18a35bce3a69d67a01813a05ccc9e5 (patch)
treeb1fd3ee1ddea9b945cf85ee2e2d048a28656dfd8
parent8b41c40674273d6ee3d9b0c720e5e51b76998b31 (diff)
downloadgitlab-ce-arihantar-master-patch-23493.tar.gz
Fix Grammer as reported by a user :Parihantar-master-patch-23493
-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 2c80f7c3fa3..caed60714d4 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/projects/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 }