Skip to content

Commit

Permalink
[Bug 1206139] Reviews Pending e-mails subject is in English for all l…
Browse files Browse the repository at this point in the history
…ocales
  • Loading branch information
MikkCZ committed Feb 24, 2016
1 parent 1bf0fbf commit a6731de
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 a6731de

Please sign in to comment.