diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 3692a689..36a5141b 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -4725,8 +4725,8 @@ msgid "One semester Welcome Week" msgstr "Un semestre Welcome Week" #: sith/settings.py:501 -msgid "Two month for free" -msgstr "Deux mois gratuits" +msgid "Six weeks for free" +msgstr "6 semaines gratuits" #: sith/settings.py:506 msgid "Eurok's volunteer" diff --git a/sith/settings.py b/sith/settings.py index 461ae927..ff49f37c 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -499,9 +499,9 @@ SITH_SUBSCRIPTIONS = { 'duration': 1, }, 'deux-mois-essai': { - 'name': _('Two month for free'), + 'name': _('Six weeks for free'), 'price': 0, - 'duration': 0.33, + 'duration': 0.23, }, 'benevoles-euroks': { 'name': _('Eurok\'s volunteer'),