Commit 2fbe4fad138c0b68c9e98b32ae398a6b93ea535b
1 parent
d1a054c5
Exists in
master
and in
4 other branches
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,7 +6,7 @@ | ||
6 | = image_tag "ajax_loader.gif" | 6 | = image_tag "ajax_loader.gif" |
7 | %h3 Importing repository. | 7 | %h3 Importing repository. |
8 | %p.monospace git clone --bare #{@project.import_url} | 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 | :javascript | 10 | :javascript |
11 | new ProjectImport(); | 11 | new ProjectImport(); |
12 | 12 |