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 ...@@ -99,7 +99,7 @@ module GroupsHelper
end end
def remove_group_message(group) 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 } { group_name: group.name }
end 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