summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAve <gitlab@ave.zone>2018-07-10 14:47:32 +0000
committerRémy Coutable <remy@rymai.me>2018-07-10 14:47:32 +0000
commitfa39876ecb13746e12f80a649da2d1e8492500b3 (patch)
tree97087816375ed50d7bab3399810d2255fc78d4d5 /app
parent0abda34c4ceb904140959ffeac55d686b0b0db2d (diff)
downloadgitlab-ce-fa39876ecb13746e12f80a649da2d1e8492500b3.tar.gz
Fix a typo on CI Runner page on Projects
Diffstat (limited to 'app')
-rw-r--r--app/views/ci/runner/_how_to_setup_runner.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/runner/_how_to_setup_runner.html.haml b/app/views/ci/runner/_how_to_setup_runner.html.haml
index 37fb8fbab26..3ae9ce6c11f 100644
--- a/app/views/ci/runner/_how_to_setup_runner.html.haml
+++ b/app/views/ci/runner/_how_to_setup_runner.html.haml
@@ -5,7 +5,7 @@
%ol
%li
= _("Install a Runner compatible with GitLab CI")
- = (_("(checkout the %{link} for information on how to install it).") % { link: link }).html_safe
+ = (_("(check out the %{link} for information on how to install it).") % { link: link }).html_safe
%li
= _("Specify the following URL during the Runner setup:")
%code#coordinator_address= root_url(only_path: false)