Commit e2335811 authored by Benedikt Brückmann's avatar Benedikt Brückmann

add a 'this' to the string as it is a specific group

parent 54526d68
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%h4.danger-title= _('Remove group') %h4.danger-title= _('Remove group')
= form_tag(group, method: :delete) do = form_tag(group, method: :delete) do
%p %p
= _('Removing group will also remove all child projects, including archived projects, and their resources.') = _('Removing this group will also remove all child projects, including archived projects, and their resources.')
%br %br
%strong= _('Removed group can not be restored!') %strong= _('Removed group can not be restored!')
......
...@@ -15974,7 +15974,7 @@ msgstr "" ...@@ -15974,7 +15974,7 @@ msgstr ""
msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed." msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed."
msgstr "" msgstr ""
msgid "Removing group will also remove all child projects, including archived projects, and their resources." msgid "Removing this group will also remove all child projects, including archived projects, and their resources."
msgstr "" msgstr ""
msgid "Removing license…" msgid "Removing license…"
......
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