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);