summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-20 15:27:53 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-20 15:27:53 -0700
commit680ee045d8ba6e444d8c90f4efa23faa84c4f5a1 (patch)
tree6b036427cb7dd502edcf5dbfc3208f5684840530
parent9c76bd95402dfb4fa49cca4876c9714f408c5122 (diff)
parentc851639a75359da7e84290fb2f62642e1d4f05f7 (diff)
downloadgitlab-ce-680ee045d8ba6e444d8c90f4efa23faa84c4f5a1.tar.gz
Merge pull request #709 from blueyed/master
Fix typo: "less then" => "less than"
-rw-r--r--app/views/notes/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml
index 0bc35eb03c2..8a5dde2f86c 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"