Merge branch 'dm-group-share-lock-default-help' into 'master'

Inform user that current shared projects will remain shared

Closes #38220

See merge request gitlab-org/gitlab-ce!14441
This commit is contained in:
Rémy Coutable 2017-09-22 16:54:47 +00:00
commit e85e803c0e
1 changed files with 1 additions and 1 deletions

View File

@ -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)