Commit 54526d68 authored by Benedikt Brückmann's avatar Benedikt Brückmann

State the fact that also archived projects are deleted when a group is removed

parent 6f2abe2f
...@@ -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 cause all child projects and resources to be removed.') = _('Removing 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 cause all child projects and resources to be removed." msgid "Removing 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