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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-22 17:51:49 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-10 18:18:18 +0300
commit26b0fe8d2e16adf4106859ed578dd2352cde412b (patch)
tree4d837b484ec9130a5d80bf1b2884eccda5c6b26e /app/assets/javascripts/visibility_select.js.es6
parent63c3ba7ae084919e237d444c942f26093ac51da0 (diff)
Align permissions options
Diffstat (limited to 'app/assets/javascripts/visibility_select.js.es6')
-rw-r--r--app/assets/javascripts/visibility_select.js.es62
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/visibility_select.js.es6 b/app/assets/javascripts/visibility_select.js.es6
index a2f8a2395c1..e846e7ead77 100644
--- a/app/assets/javascripts/visibility_select.js.es6
+++ b/app/assets/javascripts/visibility_select.js.es6
@@ -3,7 +3,7 @@
const VISIBILITY_DESCRIPTIONS = {
0: 'Project access must be granted explicitly to each user.',
- 10: 'Project access must be granted explicitly to each user.',
+ 10: 'This project can be cloned by any logged in user.',
20: 'The project can be cloned without any authentication.',
};