diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-14 22:53:01 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-14 22:53:01 -0700 |
commit | 8f237526f39a4a4cab312651b1bf30a077bd0552 (patch) | |
tree | 55c5582ba0dedc7ab520369828daebf18ea8d1a9 | |
parent | d1a054c513e27ac960a9cf7e147e9a22b48b17df (diff) | |
parent | 2fbe4fad138c0b68c9e98b32ae398a6b93ea535b (diff) | |
download | gitlab-ce-8f237526f39a4a4cab312651b1bf30a077bd0552.tar.gz |
Merge pull request #5337 from dpursehouse/improve-repository-import-message
Improve the repository import message
-rw-r--r-- | app/views/projects/empty.html.haml | 2 |
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(); |