Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@gmail.com>2013-10-15 08:58:05 +0400
committerDavid Pursehouse <david.pursehouse@gmail.com>2013-10-15 08:58:05 +0400
commit2fbe4fad138c0b68c9e98b32ae398a6b93ea535b (patch)
tree55c5582ba0dedc7ab520369828daebf18ea8d1a9 /app/views/projects/empty.html.haml
parentd1a054c513e27ac960a9cf7e147e9a22b48b17df (diff)
Improve the repository import message
Diffstat (limited to 'app/views/projects/empty.html.haml')
-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();