diff options
author | Maneschi Romain <rmaneschi@gmail.com> | 2019-05-30 12:02:55 +0000 |
---|---|---|
committer | Maneschi Romain <rmaneschi@gmail.com> | 2019-05-30 12:02:55 +0000 |
commit | 1fbfd46b341cc721bd1038bf0d8b74862d788a5b (patch) | |
tree | 6c2b0e48b8ce72ea8154c729111c7e9fe89fb77d /app/helpers/groups_helper.rb | |
parent | 6d00a239db9bb95e08a431838d2efa1123ecf71b (diff) | |
download | gitlab-ce-1fbfd46b341cc721bd1038bf0d8b74862d788a5b.tar.gz |
Apply suggestion to app/helpers/groups_helper.rb
Diffstat (limited to 'app/helpers/groups_helper.rb')
-rw-r--r-- | app/helpers/groups_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb index d7411977e14..a3f53ca8dd6 100644 --- a/app/helpers/groups_helper.rb +++ b/app/helpers/groups_helper.rb @@ -99,7 +99,7 @@ module GroupsHelper end def remove_group_message(group) - _("You are going to remove %{group_name}, this will also remove all its subgroups and projects. This can’t be undone. Are you ABSOLUTELY sure?") % + _("You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?") % { group_name: group.name } end |