From f59d972d5f51792bf3d432908eeb09c6865c977c Mon Sep 17 00:00:00 2001
From: Lin Jen-Shin <godfat@godfat.org>
Date: Thu, 9 Jun 2016 15:49:34 +0800
Subject: [PATCH] Updated description for the form

---
 app/views/projects/runners/_form.html.haml | 4 ++--
 1 file 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
-- 
GitLab