summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-09-22 12:10:25 +0200
committerDouwe Maan <douwe@selenight.nl>2017-09-22 12:10:25 +0200
commita62cc3d1612f648f5988d43e62064f8032c7f8c0 (patch)
tree200dbef1d88c9f19f7c372475560ecdd6e006a52
parent598b1a17a0442f0038e208f1abfc1198112282f3 (diff)
downloadgitlab-ce-a62cc3d1612f648f5988d43e62064f8032c7f8c0.tar.gz
Inform user that current shared projects will remain shareddm-group-share-lock-default-help
-rw-r--r--app/helpers/groups_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb
index e8efe8fab27..82bceddf1f0 100644
--- a/app/helpers/groups_helper.rb
+++ b/app/helpers/groups_helper.rb
@@ -125,7 +125,7 @@ module GroupsHelper
end
def default_help
- s_("GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner.")
+ s_("GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually.")
end
def ancestor_locked_but_you_can_override(group)