summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-05-29 11:50:20 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-05-29 11:50:20 +0000
commit4af756e5269ae3975add615ddf286447258cf583 (patch)
treea4a6db606cd7575a8c9eaed1488abc3806585ae6 /app
parenta4c8afdadfebc2d9a7c4d9a870e306bafd1b0998 (diff)
parentd6e3a6b5fb79ae1983daf096bf87fe14d298e6dc (diff)
downloadgitlab-ce-4af756e5269ae3975add615ddf286447258cf583.tar.gz
Merge branch '44602-clarify-update-docs-text-about-restrictions' into 'master'
Resolve "Clarify/Update docs/text about restrictions." See merge request gitlab-org/gitlab-ce!17970
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'