From d6ada274924ae8132da06a3d55437d430fb989ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 17 Jan 2020 15:41:58 +0100 Subject: [PATCH] =?UTF-8?q?lingo:=20restore=20gettext=20call=20for=20caiss?= =?UTF-8?q?e=20d=E2=80=99=C3=A9pargne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combo/apps/lingo/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combo/apps/lingo/models.py b/combo/apps/lingo/models.py index 93e8154c..1e86e992 100644 --- a/combo/apps/lingo/models.py +++ b/combo/apps/lingo/models.py @@ -63,7 +63,7 @@ SERVICES = [ (eopayment.SYSTEMPAY, 'systempay (Banque Populaire)'), (eopayment.SIPS, 'SIPS (Atos, France)'), (eopayment.SIPS2, _('SIPS (Atos, other countries)')), - (eopayment.SPPLUS, 'SP+ (Caisse d\'epargne)'), + (eopayment.SPPLUS, _('SP+ (Caisse d\'epargne)')), (eopayment.OGONE, _('Ingenico (formerly Ogone)')), (eopayment.PAYBOX, 'Paybox'), (eopayment.PAYZEN, 'PayZen'),