[FIX] website_sale: error in message

Error introduced by 4f91dc371c
This commit is contained in:
Goffin Simon 2015-08-13 09:03:30 +02:00
parent 0e446eb5a6
commit 9fed748647
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ class website_sale(http.Controller):
if tx.acquirer_id.post_msg:
message += tx.acquirer_id.post_msg
elif state == 'error':
message = '<p>%s</p>' % _('An error occured during the transaction.')
message = '<p>%s</p>' % _('An error occurred during the transaction.')
validation = tx.acquirer_id.validation
return {