mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: wrong translation key
This commit is contained in:
parent
f406b9a798
commit
76766a25bf
@ -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 New Issue
Block a user