Commit 2fbe4fad138c0b68c9e98b32ae398a6b93ea535b

Authored by David Pursehouse
1 parent d1a054c5

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  
... ...