From 5979f9815c4d24bf506adf520f14ee838daafc8a Mon Sep 17 00:00:00 2001 From: Adam Hegyi Date: Thu, 5 Sep 2019 21:12:12 +0000 Subject: Update text on project import and mirroring forms --- app/views/shared/_import_form.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/shared') 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 http://, https:// or git://.').html_safe + %li= _('When using the http:// or https:// 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 -- cgit v1.2.3