Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hegyi <ahegyi@gitlab.com>2019-09-06 00:12:12 +0300
committerStan Hu <stanhu@gmail.com>2019-09-06 00:12:12 +0300
commit5979f9815c4d24bf506adf520f14ee838daafc8a (patch)
tree5e2a5ea8f7345ce729d209f4ef7a934005d35ab5 /app/views/shared
parent71f7bd6b39a2dd9d41d429422561a6b6f4195dd6 (diff)
Update text on project import and mirroring forms
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_import_form.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/_import_form.html.haml b/app/views/shared/_import_form.html.haml
index d0f9374e832..b2ea45d6f1a 100644
--- a/app/views/shared/_import_form.html.haml
+++ b/app/views/shared/_import_form.html.haml
@@ -27,6 +27,7 @@
%ul
%li
= _('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
= _('If your HTTP repository is not publicly accessible, add your credentials.')
%li