summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-11 09:24:11 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-11 09:24:11 +0300
commit59187157b1c26a8072b36b97b8cbbcda3100da6e (patch)
tree2f48b19c074b8a5fa91455578a574034dea3aed8 /app/views/projects
parent9669d33ee8d6a6ff86d00e411d90d079156c6941 (diff)
parent9d9109eecfb65a2ee600a46cf8b5d6fab5d38cc3 (diff)
downloadgitlab-ce-59187157b1c26a8072b36b97b8cbbcda3100da6e.tar.gz
Merge pull request #7730 from bbodenmiller/patch-12
url -> URL
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/import.html.haml2
-rw-r--r--app/views/projects/new.html.haml2
2 files changed, 2 insertions, 2 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
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 50a15c15b2a..949b72356d7 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 4 minutes. For big repositories, use a clone/push combination.
%hr