summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2013-10-15 13:58:05 +0900
committerDavid Pursehouse <david.pursehouse@gmail.com>2013-10-15 13:58:05 +0900
commit2fbe4fad138c0b68c9e98b32ae398a6b93ea535b (patch)
tree55c5582ba0dedc7ab520369828daebf18ea8d1a9
parentd1a054c513e27ac960a9cf7e147e9a22b48b17df (diff)
downloadgitlab-ce-2fbe4fad138c0b68c9e98b32ae398a6b93ea535b.tar.gz
Improve the repository import message
-rw-r--r--app/views/projects/empty.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 9f3502e90de..b5dffb772a1 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -6,7 +6,7 @@
= image_tag "ajax_loader.gif"
%h3 Importing repository.
%p.monospace git clone --bare #{@project.import_url}
- %p Please wait until we import repository for you. Refresh at will.
+ %p Please wait while we import the repository for you. Refresh at will.
:javascript
new ProjectImport();