From bc04c2632511ce871cb3fa511c838d91f260b9df Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Wed, 10 Sep 2014 18:19:31 -0700 Subject: url -> URL --- app/views/projects/import.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 -- cgit v1.2.1 From 9d9109eecfb65a2ee600a46cf8b5d6fab5d38cc3 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Wed, 10 Sep 2014 18:20:06 -0700 Subject: url -> URL --- app/views/projects/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 7efaf5a087b..f4622951bc7 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -48,7 +48,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 2 minutes. For big repositories, use a clone/push combination. %hr -- cgit v1.2.1