Commit 5979f981 authored by Adam Hegyi's avatar Adam Hegyi Committed by Stan Hu

Update text on project import and mirroring forms

parent 71f7bd6b
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
%li %li
= _('The repository must be accessible over <code>http://</code>, = _('The repository must be accessible over <code>http://</code>,
<code>https://</code>, <code>ssh://</code> or <code>git://</code>.').html_safe <code>https://</code>, <code>ssh://</code> or <code>git://</code>.').html_safe
%li= _('When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed.').html_safe
%li= _('Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.').html_safe %li= _('Include the username in the URL if required: <code>https://username@gitlab.company.com/group/project.git</code>.').html_safe
%li %li
- minutes = Gitlab.config.gitlab_shell.git_timeout / 60 - minutes = Gitlab.config.gitlab_shell.git_timeout / 60
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
%ul %ul
%li %li
= _('The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>.').html_safe = _('The repository must be accessible over <code>http://</code>, <code>https://</code> or <code>git://</code>.').html_safe
%li= _('When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed.').html_safe
%li %li
= _('If your HTTP repository is not publicly accessible, add your credentials.') = _('If your HTTP repository is not publicly accessible, add your credentials.')
%li %li
......
...@@ -13023,6 +13023,9 @@ msgid_plural "When these merge requests are accepted" ...@@ -13023,6 +13023,9 @@ msgid_plural "When these merge requests are accepted"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
msgid "When using the <code>http://</code> or <code>https://</code> protocols, please provide the exact URL to the repository. HTTP redirects will not be followed."
msgstr ""
msgid "When:" msgid "When:"
msgstr "" 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