Commit c851639a75359da7e84290fb2f62642e1d4f05f7

Authored by Daniel Hahler
1 parent 9ee34575

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