feat(fix): add correct string for potion end date

This commit is contained in:
CuriousMagpie
2023-04-05 12:13:40 -04:00
parent 8c96ac241a
commit 01fea6b968

View File

@@ -589,8 +589,8 @@ const wacky = {
text: t('hatchingPotionTeaShop'),
limited: true,
event: EVENTS.spring2023,
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndApril'),
_addlNotes: t('premiumPotionAddlNotes', {
date: t('dateEndApril'),
}),
canBuy () {
return moment().isBetween('2023-04-06T08:00-05:00', EVENTS.spring2023.end);