Commit 8a3d9b73 authored by Anna Vovchenko's avatar Anna Vovchenko

Implemented suggestion after the FE review

parent 915fdb1d
...@@ -4,4 +4,6 @@ ...@@ -4,4 +4,6 @@
.form-group .form-group
= f.label _('Default delayed project deletion'), class: 'label-bold' = f.label _('Default delayed project deletion'), class: 'label-bold'
= f.gitlab_ui_checkbox_component :delayed_project_deletion, _('Enable delayed project deletion by default for newly-created groups. Does not apply to projects in personal namespaces, which are deleted immediately on request.') = f.gitlab_ui_checkbox_component :delayed_project_deletion,
_('Enable delayed project deletion by default for newly-created groups.'),
help_text: _('Does not apply to projects in personal namespaces, which are deleted immediately on request.')
...@@ -13306,6 +13306,9 @@ msgstr "" ...@@ -13306,6 +13306,9 @@ msgstr ""
msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)"
msgstr "" msgstr ""
msgid "Does not apply to projects in personal namespaces, which are deleted immediately on request."
msgstr ""
msgid "Does not delete the source branch." msgid "Does not delete the source branch."
msgstr "" msgstr ""
...@@ -13912,7 +13915,7 @@ msgstr "" ...@@ -13912,7 +13915,7 @@ msgstr ""
msgid "Enable container expiration caching." msgid "Enable container expiration caching."
msgstr "" msgstr ""
msgid "Enable delayed project deletion by default for newly-created groups. Does not apply to projects in personal namespaces, which are deleted immediately on request." msgid "Enable delayed project deletion by default for newly-created groups."
msgstr "" msgstr ""
msgid "Enable email notification" msgid "Enable email notification"
......
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