From 01fea6b968d64aa6ed5414e506bf0d4ea890af83 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Wed, 5 Apr 2023 12:13:40 -0400 Subject: [PATCH] feat(fix): add correct string for potion end date --- website/common/script/content/hatching-potions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index deaa02de9c..9c953ffbea 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -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);