Commit 3079687b93bb957cdbe857bcb49b7a1834e2004b
Exists in
master
and in
4 other branches
Merge pull request #1179 from robbytaylor/master
Grammar fix after creating a project
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/new.html.haml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | %div.ajax_loader.hide |
7 | 7 | %center |
8 | 8 | %div.padded= image_tag "ajax_loader.gif" |
9 | - %h3.prepend-top Creating project & repository. Please wait for few minutes | |
9 | + %h3.prepend-top Creating project & repository. Please wait a few minutes | |
10 | 10 | |
11 | 11 | :javascript |
12 | 12 | $(function(){ new Projects(); }); | ... | ... |