Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-11-26 16:56:25 +0300
committerFatih Acet <acetfatih@gmail.com>2018-11-26 16:56:25 +0300
commitba77dd3f3f42bfccec68d58c3ce60f38c3d0ea4e (patch)
treee07e811928fad5752da659731df9381c88ca5f44
parent634344f7692f6893d1176fe76fd480334b7dad51 (diff)
parentd895bdece99034501ea406b07d70766eb948294c (diff)
Merge branch 'gt-update-externalized-strings-from-app-views-project-runners' into 'master'
Update externalized strings from `/app/views/project/runners` See merge request gitlab-org/gitlab-ce!23347
-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 5efbe03f3e2..71374388a7d 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -813,7 +813,7 @@ msgstr ""
msgid "Available group Runners : %{runners}."
msgstr ""
-msgid "Available shared Runners :"
+msgid "Available shared Runners:"
msgstr ""
msgid "Available specific runners"