summaryrefslogtreecommitdiff
path: root/app/helpers/groups_helper.rb
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-08-14 13:35:28 +0200
committerBob Van Landuyt <bob@vanlanduyt.co>2017-08-14 13:35:28 +0200
commit4d97843f3cfe94a3061bcb03aa0da6876b026bea (patch)
treed78334ff5eaef2fbd6ff34a3ab8ae30550187da4 /app/helpers/groups_helper.rb
parent21a6898b10ed75f6260e72467b9e1f839d48456c (diff)
downloadgitlab-ce-4d97843f3cfe94a3061bcb03aa0da6876b026bea.tar.gz
Remove `\n` from translationsbvl-use-no-wrap-for-pot-file
They seem to confuse some translation tools and aren't rendered in HTML anyway.
Diffstat (limited to 'app/helpers/groups_helper.rb')
-rw-r--r--app/helpers/groups_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb
index 8cd61f738e1..4123a96911f 100644
--- a/app/helpers/groups_helper.rb
+++ b/app/helpers/groups_helper.rb
@@ -59,7 +59,7 @@ module GroupsHelper
end
def remove_group_message(group)
- _("You are going to remove %{group_name}.\nRemoved groups CANNOT be restored!\nAre you ABSOLUTELY sure?") %
+ _("You are going to remove %{group_name}. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?") %
{ group_name: group.name }
end