FIX: wrong translation key

This commit is contained in:
Régis Hanol 2016-06-28 17:22:34 +02:00
parent f406b9a798
commit 76766a25bf

View file

@ -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)