lingo: fix typo in litigation message (#13697)

This commit is contained in:
Frédéric Péters 2016-10-20 11:38:35 +02:00
parent 8b808f1c62
commit c95b5162fc
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ class RemoteItem(object):
@property
def no_online_payment_reason_details(self):
reasons = {'litigation': _('This invoice is in ligitation.'),
reasons = {'litigation': _('This invoice is in litigation.'),
'autobilling': _('Autobilling has been set for this invoice.')}
return settings.LINGO_NO_ONLINE_PAYMENT_REASONS.get(self.no_online_payment_reason,
reasons.get(self.no_online_payment_reason))