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
This commit is contained in:
Fatih Acet 2018-11-26 13:56:25 +00:00
commit ba77dd3f3f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -813,7 +813,7 @@ msgstr ""
msgid "Available group Runners : %{runners}."
msgstr ""
msgid "Available shared Runners :"
msgid "Available shared Runners:"
msgstr ""
msgid "Available specific runners"