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:
commit
e85e803c0e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue