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
diff options
context:
space:
mode:
authorDavin Walker <dishcandanty@gmail.com>2018-05-28 18:57:17 +0300
committerDavin Walker <dishcandanty@gmail.com>2018-05-28 18:57:17 +0300
commitd6e3a6b5fb79ae1983daf096bf87fe14d298e6dc (patch)
tree3cd8d8bc806f5479a6111b1aa62b1419cf1c8030 /app
parent65bfec654a1ff2894e7829573d266f8d63c846f2 (diff)
include groups in description
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/application_settings/_visibility_and_access.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_visibility_and_access.html.haml b/app/views/admin/application_settings/_visibility_and_access.html.haml
index c37a89237f0..0f2524047e3 100644
--- a/app/views/admin/application_settings/_visibility_and_access.html.haml
+++ b/app/views/admin/application_settings/_visibility_and_access.html.haml
@@ -27,7 +27,7 @@
.form-check
= level
%span.form-text.text-muted#restricted-visibility-help
- Selected levels cannot be used by non-admin users for projects or snippets.
+ Selected levels cannot be used by non-admin users for groups, projects or snippets.
If the public level is restricted, user profiles are only visible to logged in users.
.form-group.row
= f.label :import_sources, class: 'col-form-label col-sm-2'