summaryrefslogtreecommitdiff
path: root/app/views/groups/runners
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-05-09 09:37:51 +0200
committerDylan Griffith <dyl.griffith@gmail.com>2018-05-09 09:37:51 +0200
commit0f7c38f07c6a0ed4928c855e36ddfe7cf67eb51e (patch)
tree249f5f1662c866175871d41b1c15fc8bc2ac97ab /app/views/groups/runners
parentc8bfb3e418b0dcce8b3f3bec91bb2ae64f0fe19d (diff)
downloadgitlab-ce-0f7c38f07c6a0ed4928c855e36ddfe7cf67eb51e.tar.gz
Add more i18n for runner pages
Diffstat (limited to 'app/views/groups/runners')
-rw-r--r--app/views/groups/runners/_group_runners.html.haml2
-rw-r--r--app/views/groups/runners/edit.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/runners/_group_runners.html.haml b/app/views/groups/runners/_group_runners.html.haml
index 1f9b43e8727..e6c089c3494 100644
--- a/app/views/groups/runners/_group_runners.html.haml
+++ b/app/views/groups/runners/_group_runners.html.haml
@@ -1,4 +1,4 @@
-- link = link_to 'Runners API', help_page_path('api/runners.md')
+- link = link_to _('Runners API'), help_page_path('api/runners.md')
%h3
= _('Group Runners')
diff --git a/app/views/groups/runners/edit.html.haml b/app/views/groups/runners/edit.html.haml
index d4993d9c235..fcd096eeaa0 100644
--- a/app/views/groups/runners/edit.html.haml
+++ b/app/views/groups/runners/edit.html.haml
@@ -1,4 +1,4 @@
-- page_title "Edit", "#{@runner.description} ##{@runner.id}", "Runners"
+- page_title _('Edit'), "#{@runner.description} ##{@runner.id}", 'Runners'
%h4 Runner ##{@runner.id}