mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: wrong translation key
This commit is contained in:
parent
f406b9a798
commit
76766a25bf
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Jobs
|
|||
user_id: user.id,
|
||||
post_id: post.id,
|
||||
skipped: true,
|
||||
skipped_reason: "[MailingList] #{I18n.t('email_log.exceeded_limit')}"
|
||||
skipped_reason: "[MailingList] #{I18n.t('email_log.exceeded_emails_limit')}"
|
||||
)
|
||||
else
|
||||
message = UserNotifications.mailing_list_notify(user, post)
|
||||
|
|
Loading…
Reference in a new issue