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
path: root/app/views
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 /app/views
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
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/runners/_shared_runners.html.haml2
1 files changed, 1 insertions, 1 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