mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(potions): previously-available text
This commit is contained in:
@@ -153,8 +153,9 @@ const premium = {
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-11-02');
|
||||
},
|
||||
_addlNotes: t('premiumPotionAddlNotes', {
|
||||
date: t('dateEndOctober'),
|
||||
_addlNotes: t('eventAvailabilityReturning', {
|
||||
availableDate: t('dateEndOctober'),
|
||||
previousDate: t('septemberYYYY', { year: 2018 }),
|
||||
}),
|
||||
},
|
||||
Holly: {
|
||||
@@ -287,8 +288,9 @@ const premium = {
|
||||
canBuy () {
|
||||
return moment().isBefore('2020-11-02');
|
||||
},
|
||||
_addlNotes: t('premiumPotionAddlNotes', {
|
||||
date: t('dateEndOctober'),
|
||||
_addlNotes: t('eventAvailabilityReturning', {
|
||||
availableDate: t('dateEndOctober'),
|
||||
previousDate: t('septemberYYYY', { year: 2019 }),
|
||||
}),
|
||||
},
|
||||
Amber: {
|
||||
|
||||
Reference in New Issue
Block a user