Commit 1fbfd46b authored by Maneschi Romain's avatar Maneschi Romain

Apply suggestion to app/helpers/groups_helper.rb

parent 6d00a239
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment