Commit a6a91fc5 authored by syarynovskyi's avatar syarynovskyi

Add link to create group in general project settings

Add short description about transferring project. Add link to group creation
on project settings page

Changelog: added
parent 57f989e2
......@@ -9,6 +9,11 @@
.form-group
- link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: help_page_path('user/project/settings/index', anchor: 'transferring-an-existing-project-into-another-namespace') }
%p= _("Transfer your project into another namespace. %{link_start}Learn more.%{link_end}").html_safe % { link_start: link_start, link_end: '</a>'.html_safe }
%p= _('When you transfer your project to a group, you can easily manage multiple projects, view usage quotas for storage, pipeline minutes, and users, and start a trial or upgrade to a paid tier.')
%p
= _("Don't have a group?")
= link_to _('Create one'), new_group_path, target: '_blank'
= _('Things to be aware of before transferring:')
%ul
%li= _("Be careful. Changing the project's namespace can have unintended side effects.")
%li= _('You can only transfer the project to namespaces you manage.')
......
......@@ -10526,6 +10526,9 @@ msgstr ""
msgid "Create new project"
msgstr ""
msgid "Create one"
msgstr ""
msgid "Create or import your first project"
msgstr ""
......@@ -13259,6 +13262,9 @@ msgstr ""
msgid "Domain Name"
msgstr ""
msgid "Don't have a group?"
msgstr ""
msgid "Don't have an account yet?"
msgstr ""
......@@ -37967,6 +37973,9 @@ msgstr ""
msgid "These will be sent to %{email} in an attachment once finished."
msgstr ""
msgid "Things to be aware of before transferring:"
msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
......@@ -42137,6 +42146,9 @@ msgstr[1] ""
msgid "When using the %{code_open}http://%{code_close} or %{code_open}https://%{code_close} protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
msgstr ""
msgid "When you transfer your project to a group, you can easily manage multiple projects, view usage quotas for storage, pipeline minutes, and users, and start a trial or upgrade to a paid tier."
msgstr ""
msgid "When:"
msgstr ""
......
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