From 1fbfd46b341cc721bd1038bf0d8b74862d788a5b Mon Sep 17 00:00:00 2001 From: Maneschi Romain Date: Thu, 30 May 2019 12:02:55 +0000 Subject: [PATCH] Apply suggestion to app/helpers/groups_helper.rb --- app/helpers/groups_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab