OSDN Git Service

Fix typo: "less then" => "less than".
authorDaniel Hahler <git@thequod.de>
Fri, 20 Apr 2012 21:36:09 +0000 (23:36 +0200)
committerDaniel Hahler <git@thequod.de>
Fri, 20 Apr 2012 21:36:09 +0000 (23:36 +0200)
app/views/notes/_form.html.haml

index 0bc35eb..8a5dde2 100644 (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"