summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2018-09-19 13:04:09 +0000
committerDouwe Maan <douwe@gitlab.com>2018-09-19 13:04:09 +0000
commit81f601309182b472c5178688d9f77691c50e31fd (patch)
treebcac026cd3af46739cf41b7edbb193b379de961f /app/views/ci
parentec33016bcd07f3806f071d574299079b67cb0a93 (diff)
downloadgitlab-ce-81f601309182b472c5178688d9f77691c50e31fd.tar.gz
Fix grammar in runner-related specs, views and localisations.
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/runner/_how_to_setup_runner.html.haml2
-rw-r--r--app/views/ci/runner/_how_to_setup_specific_runner.html.haml2
2 files changed, 2 insertions, 2 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 c26eb873718..b1b142460b0 100644
--- a/app/views/ci/runner/_how_to_setup_runner.html.haml
+++ b/app/views/ci/runner/_how_to_setup_runner.html.haml
@@ -1,6 +1,6 @@
- link = link_to _("Install GitLab Runner"), 'https://docs.gitlab.com/runner/install/', target: '_blank'
.append-bottom-10
- %h4= _("Setup a %{type} Runner manually") % { type: type }
+ %h4= _("Set up a %{type} Runner manually") % { type: type }
%ol
%li
diff --git a/app/views/ci/runner/_how_to_setup_specific_runner.html.haml b/app/views/ci/runner/_how_to_setup_specific_runner.html.haml
index e765a353fe4..afe57bdfa01 100644
--- a/app/views/ci/runner/_how_to_setup_specific_runner.html.haml
+++ b/app/views/ci/runner/_how_to_setup_specific_runner.html.haml
@@ -1,6 +1,6 @@
.bs-callout.help-callout
.append-bottom-10
- %h4= _('Setup a specific Runner automatically')
+ %h4= _('Set up a specific Runner automatically')
%p
- link_to_help_page = link_to(_('Learn more about Kubernetes'),