fix(potions): previously-available text

This commit is contained in:
Sabe Jones
2020-09-28 09:52:49 -05:00
parent 6d737330f2
commit f47c243cb0
2 changed files with 7 additions and 6 deletions

View File

@@ -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: {