Commit 8f237526f39a4a4cab312651b1bf30a077bd0552
Exists in
master
and in
4 other branches
Merge pull request #5337 from dpursehouse/improve-repository-import-message
Improve the repository import message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/empty.html.haml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | = image_tag "ajax_loader.gif" |
7 | 7 | %h3 Importing repository. |
8 | 8 | %p.monospace git clone --bare #{@project.import_url} |
9 | - %p Please wait until we import repository for you. Refresh at will. | |
9 | + %p Please wait while we import the repository for you. Refresh at will. | |
10 | 10 | :javascript |
11 | 11 | new ProjectImport(); |
12 | 12 | ... | ... |