There was a missing in a sentence (#247)

;)
This commit is contained in:
Tobias Kunze
2016-09-22 09:38:09 +02:00
committed by Raphael Michel
parent 4af788bc82
commit 1a69185754
3 changed files with 3 additions and 3 deletions

View File

@@ -383,7 +383,7 @@ def send_expiry_warnings(sender, **kwargs):
o.save()
try:
mail(
o.email, _('Your is about to expire: %(code)s') % {'code': o.code},
o.email, _('Your order is about to expire: %(code)s') % {'code': o.code},
settings.mail_text_order_expire_warning,
{
'event': o.event.name,