From e826eed3139351d2992f10b874788147752b825b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 3 Dec 2020 21:23:10 +0100 Subject: [PATCH] do not mark French strings for translation (#48218) --- eopayment/paybox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eopayment/paybox.py b/eopayment/paybox.py index fb8f066..d888bef 100644 --- a/eopayment/paybox.py +++ b/eopayment/paybox.py @@ -230,8 +230,8 @@ class Payment(PaymentCommon): }, { 'name': 'cle', - 'caption': _('Clé'), - 'help_text': _('Uniquement nécessaire pour l\'annulation / remboursement / encaissement (PayBox Direct)'), + 'caption': 'Clé', + 'help_text': 'Uniquement nécessaire pour l\'annulation / remboursement / encaissement (PayBox Direct)', 'required': False, 'validation': lambda x: isinstance(x, six.string_types), },