Fix typo: "less then" => "less than".

This commit is contained in:
Daniel Hahler 2012-04-20 23:36:09 +02:00
parent 9ee345750c
commit c851639a75

View file

@ -29,7 +29,7 @@
%div.file_name File name...
%button.file_upload.btn.small Upload File
.input= f.file_field :attachment, :class => "input-file"
%span Any file less then 10 MB
%span Any file less than 10 MB
= f.submit 'Add Comment', :class => "btn primary", :id => "submit_note"