summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-26 13:05:04 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-11-26 13:05:04 +0200
commitd895bdece99034501ea406b07d70766eb948294c (patch)
tree48537a60304485d8c893977f254d8769c45cae12
parentb55aeca25e70cf884c08afaa4b4d84d9ac772c35 (diff)
downloadgitlab-ce-d895bdece99034501ea406b07d70766eb948294c.tar.gz
Update externalized strings from `/app/views/project/runners`
-rw-r--r--app/views/projects/runners/_shared_runners.html.haml2
-rw-r--r--locale/gitlab.pot2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/runners/_shared_runners.html.haml b/app/views/projects/runners/_shared_runners.html.haml
index dc3fb43526a..080b2c0b0e9 100644
--- a/app/views/projects/runners/_shared_runners.html.haml
+++ b/app/views/projects/runners/_shared_runners.html.haml
@@ -18,6 +18,6 @@
- if @shared_runners_count.zero?
= _('This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area.')
- else
- %h4.underlined-title #{_('Available shared Runners :')} #{@shared_runners_count}
+ %h4.underlined-title #{_('Available shared Runners:')} #{@shared_runners_count}
%ul.bordered-list.available-shared-runners
= render partial: 'projects/runners/runner', collection: @shared_runners, as: :runner
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index c29c25c917e..514ef44b748 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -810,7 +810,7 @@ msgstr ""
msgid "Available group Runners : %{runners}."
msgstr ""
-msgid "Available shared Runners :"
+msgid "Available shared Runners:"
msgstr ""
msgid "Available specific runners"