diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-20 06:09:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-20 06:09:13 +0000 |
commit | 5247fe0bef72fa922841a79d5dbefb47d95112fa (patch) | |
tree | 26662902407b2b7e3812d309317085cba13ec051 /app/views/groups/settings | |
parent | 852f4a85dd199751e4652748461163de85ecda53 (diff) | |
download | gitlab-ce-5247fe0bef72fa922841a79d5dbefb47d95112fa.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/groups/settings')
-rw-r--r-- | app/views/groups/settings/_permanent_deletion.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/settings/_permanent_deletion.html.haml b/app/views/groups/settings/_permanent_deletion.html.haml index 31e2bac70be..155efc03ffe 100644 --- a/app/views/groups/settings/_permanent_deletion.html.haml +++ b/app/views/groups/settings/_permanent_deletion.html.haml @@ -2,7 +2,7 @@ %h4.danger-title= _('Remove group') = form_tag(group, method: :delete) do %p - = _('Removing group will cause all child projects and resources to be removed.') + = _('Removing this group also removes all child projects, including archived projects, and their resources.') %br %strong= _('Removed group can not be restored!') |