From ab2e580e685e42c88edfdda15195949949197fcf Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 15 Sep 2021 12:14:57 +0200 Subject: [PATCH] Update banner text for more precision Signed-off-by: Yohann D'ANELLO --- apps/registration/forms.py | 3 ++- locale/fr/LC_MESSAGES/django.po | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/registration/forms.py b/apps/registration/forms.py index 17b89c33..21e0da55 100644 --- a/apps/registration/forms.py +++ b/apps/registration/forms.py @@ -46,7 +46,8 @@ class SignUpForm(UserCreationForm): class DeclareSogeAccountOpenedForm(forms.Form): soge_account = forms.BooleanField( - label=_("I declare that I opened a bank account in the Société générale with the BDE partnership."), + label=_("I declare that I opened or I will open soon a bank account in the Société générale with the BDE \ + partnership."), help_text=_("Warning: this engages you to open your bank account. If you finally decides to don't open your " "account, you will have to pay the BDE membership."), required=False, diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 19ae9894..9175e2e7 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -1913,10 +1913,10 @@ msgstr "Cet email est déjà pris." #: apps/registration/forms.py:49 msgid "" -"I declare that I opened a bank account in the Société générale with the BDE " +"I declare that I opened or I will open soon a bank account in the Société générale with the BDE " "partnership." msgstr "" -"Je déclare avoir ouvert un compte à la société générale avec le partenariat " +"Je déclare avoir ouvert ou ouvrir prochainement un compte à la société générale avec le partenariat " "du BDE." #: apps/registration/forms.py:50