Update externalized strings from /app/views/project/runners
This commit is contained in:
parent
b55aeca25e
commit
d895bdece9
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue