mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
fix typo
This commit is contained in:
parent
2ce6e0bb07
commit
9ff1c23a38
@ -50,7 +50,7 @@ module Email
|
||||
when Email::Receiver::ReplyUserNotMatchingError then :email_reject_reply_user_not_matching
|
||||
when Email::Receiver::TopicNotFoundError then :email_reject_topic_not_found
|
||||
when Email::Receiver::TopicClosedError then :email_reject_topic_closed
|
||||
when Email::Receiver::InvalidPost then :email_reject_invalid_pos
|
||||
when Email::Receiver::InvalidPost then :email_reject_invalid_post
|
||||
when Email::Receiver::UnsubscribeNotAllowed then :email_reject_invalid_post
|
||||
when ActiveRecord::Rollback then :email_reject_invalid_post
|
||||
when Email::Receiver::InvalidPostAction then :email_reject_invalid_post_action
|
||||
|
Loading…
Reference in New Issue
Block a user