diff --git a/app/models/comment_vote.rb b/app/models/comment_vote.rb index 728da2b0a..d1ac9a764 100644 --- a/app/models/comment_vote.rb +++ b/app/models/comment_vote.rb @@ -27,7 +27,7 @@ class CommentVote < ActiveRecord::Base def validate_user_can_vote if !user.can_comment_vote? - errors.add :base, "You cannot vote on comments" + errors.add :base, "You cannot vote on more than 10 comments per hour" false else true