From c851639a75359da7e84290fb2f62642e1d4f05f7 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 20 Apr 2012 23:36:09 +0200 Subject: [PATCH] Fix typo: "less then" => "less than". --- app/views/notes/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml index 0bc35eb0..8a5dde2f 100644 --- a/app/views/notes/_form.html.haml +++ b/app/views/notes/_form.html.haml @@ -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"