change sub 2 month free to 6 weeks free

This commit is contained in:
Soldat 2018-08-31 18:41:06 +02:00
parent bef10c0fe3
commit f78d8e1d95
2 changed files with 4 additions and 4 deletions

View File

@ -4725,8 +4725,8 @@ msgid "One semester Welcome Week"
msgstr "Un semestre Welcome Week" msgstr "Un semestre Welcome Week"
#: sith/settings.py:501 #: sith/settings.py:501
msgid "Two month for free" msgid "Six weeks for free"
msgstr "Deux mois gratuits" msgstr "6 semaines gratuits"
#: sith/settings.py:506 #: sith/settings.py:506
msgid "Eurok's volunteer" msgid "Eurok's volunteer"

View File

@ -499,9 +499,9 @@ SITH_SUBSCRIPTIONS = {
'duration': 1, 'duration': 1,
}, },
'deux-mois-essai': { 'deux-mois-essai': {
'name': _('Two month for free'), 'name': _('Six weeks for free'),
'price': 0, 'price': 0,
'duration': 0.33, 'duration': 0.23,
}, },
'benevoles-euroks': { 'benevoles-euroks': {
'name': _('Eurok\'s volunteer'), 'name': _('Eurok\'s volunteer'),