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:
authorLin Jen-Shin <godfat@godfat.org>2016-06-09 10:49:34 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-09 11:00:40 +0300
commitf59d972d5f51792bf3d432908eeb09c6865c977c (patch)
treeb87b7eb4b373d4b83124d230e32cae5ea2ec5e89 /app/views/projects/runners
parentb0908d873921c30ea58da703bf74b4149b6fc145 (diff)
Updated description for the form
Diffstat (limited to 'app/views/projects/runners')
-rw-r--r--app/views/projects/runners/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/runners/_form.html.haml b/app/views/projects/runners/_form.html.haml
index 67839fafd28..0946e5e327a 100644
--- a/app/views/projects/runners/_form.html.haml
+++ b/app/views/projects/runners/_form.html.haml
@@ -13,11 +13,11 @@
= f.check_box :run_untagged
%span.light Indicates whether this runner can pick jobs without tags
.form-group
- = label :locked, 'Exclusive to this project', class: 'control-label'
+ = label :locked, 'Lock to this project', class: 'control-label'
.col-sm-10
.checkbox
= f.check_box :locked
- %span.light Indicates whether this runner can be enabled for other projects
+ %span.light When a runner is locked, it cannot be enabled for other projects
.form-group
= label_tag :token, class: 'control-label' do
Token