diff --git a/app/views/notes/_form.html.haml b/app/views/notes/_form.html.haml index 22bb3b986f6..7ec093b0100 100644 --- a/app/views/notes/_form.html.haml +++ b/app/views/notes/_form.html.haml @@ -1,5 +1,5 @@ = form_for [@project, @note], :remote => "true", :multipart => true do |f| - %h3 Leave a note + %h3 Leave a comment -if @note.errors.any? .alert-message.block-message.error - @note.errors.full_messages.each do |msg|