Skip to content

Commit

Permalink
Merge pull request mozilla#2793 from MikkCZ/bug-1206139
Browse files Browse the repository at this point in the history
[Bug 1206139] Reviews Pending e-mails subject is in English for all locales
  • Loading branch information
Mike Cooper committed Feb 24, 2016
2 parents 1bf0fbf + a6731de commit 62acf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/wiki/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def send_weekly_ready_for_review_digest():

@email_utils.safe_translation
def _send_mail(locale, user, context):
subject = _('[Reviews Pending: %s] SUMO needs your help!' % locale)
subject = _('[Reviews Pending: %s] SUMO needs your help!') % locale

mail = email_utils.make_mail(
subject=subject,
Expand Down

0 comments on commit 62acf3a

Please sign in to comment.