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:
authorPelle <pbregener@gmail.com>2015-12-12 12:48:32 +0300
committerPelle <pbregener@gmail.com>2015-12-12 12:48:32 +0300
commit0b60723d1cdef3804ae052defcb77e2641f22dcb (patch)
tree56572b9a8c2cb1caa1ca7c10873fc0ecea51fd53
parent2029be038b1a7f960f11b51511e081a1a8337d98 (diff)
Fix wording on runner setup page
-rw-r--r--app/views/projects/runners/_shared_runners.html.haml4
1 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 316ea747b14..8be3d379828 100644
--- a/app/views/projects/runners/_shared_runners.html.haml
+++ b/app/views/projects/runners/_shared_runners.html.haml
@@ -12,8 +12,8 @@
&nbsp; for this project
- if @shared_runners_count.zero?
- This application has no shared runners yet.
- Please use specific runners or ask administrator to create one
+ This GitLab server does not provide any shared runners yet.
+ Please use specific runners or ask the administrator to create one.
- else
%h4.underlined-title Available shared runners - #{@shared_runners_count}
%ul.bordered-list.available-shared-runners