Commit d895bdec authored by George Tsiolis's avatar George Tsiolis

Update externalized strings from `/app/views/project/runners`

parent b55aeca2
......@@ -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
......@@ -810,7 +810,7 @@ msgstr ""
msgid "Available group Runners : %{runners}."
msgstr ""
msgid "Available shared Runners :"
msgid "Available shared Runners:"
msgstr ""
msgid "Available specific runners"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment