Commit 680ee045d8ba6e444d8c90f4efa23faa84c4f5a1

Authored by Dmitriy Zaporozhets
2 parents 9c76bd95 c851639a

Merge pull request #709 from blueyed/master

Fix typo: "less then" => "less than"
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/notes/_form.html.haml
... ... @@ -29,7 +29,7 @@
29 29 %div.file_name File name...
30 30 %button.file_upload.btn.small Upload File
31 31 .input= f.file_field :attachment, :class => "input-file"
32   - %span Any file less then 10 MB
  32 + %span Any file less than 10 MB
33 33  
34 34  
35 35 = f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"
... ...