diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-10 18:19:31 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-10 18:19:31 -0700 |
commit | bc04c2632511ce871cb3fa511c838d91f260b9df (patch) | |
tree | d66839a058388f19e38ac87a4354ae69863fe4c6 | |
parent | aa8c915deb0353e71d9cd61ed40cd41d1093ed6a (diff) | |
download | gitlab-ce-bc04c2632511ce871cb3fa511c838d91f260b9df.tar.gz |
url -> URL
-rw-r--r-- | app/views/projects/import.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/import.html.haml b/app/views/projects/import.html.haml index 649dd56a8d9..2b907748486 100644 --- a/app/views/projects/import.html.haml +++ b/app/views/projects/import.html.haml @@ -23,7 +23,7 @@ .col-sm-10 = f.text_field :import_url, class: 'form-control', placeholder: 'https://github.com/randx/six.git' .bs-callout.bs-callout-info - This url must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git. + This URL must be publicly accessible or you can add a username and password like this: https://username:password@gitlab.com/company/project.git. %br The import will time out after 4 minutes. For big repositories, use a clone/push combination. .form-actions |