Commit 134eecdc authored by Sincheol (David) Kim's avatar Sincheol (David) Kim

Merge branch 'sy-add-link-to-create-group-project-settings' into 'master'

Add link to create group in general project settings

See merge request gitlab-org/gitlab!83748
parents 9056548c a6a91fc5
......@@ -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.')
......
......@@ -10538,6 +10538,9 @@ msgstr ""
msgid "Create new project"
msgstr ""
msgid "Create one"
msgstr ""
msgid "Create or import your first project"
msgstr ""
......@@ -13271,6 +13274,9 @@ msgstr ""
msgid "Domain Name"
msgstr ""
msgid "Don't have a group?"
msgstr ""
msgid "Don't have an account yet?"
msgstr ""
......@@ -38128,6 +38134,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 ""
......@@ -42298,6 +42307,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