From f66b05f7076f7ff7e6f0a9d261f3538404a305cb Mon Sep 17 00:00:00 2001 From: SabreCat Date: Fri, 29 Dec 2023 15:57:46 -0600 Subject: [PATCH] fix(potions): use normal release date notes --- website/common/script/content/hatching-potions.js | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 1e145abbeb..2e48d74c66 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -192,9 +192,8 @@ const premium = { value: 2, text: t('hatchingPotionPeppermint'), limited: true, - _addlNotes: t('eventAvailabilityReturning', { - availableDate: t('dateEndJanuary'), - previousDate: t('januaryYYYY', { year: 2022 }), + _addlNotes: t('eventAvailability', { + date: t('dateEndJanuary'), }), event: EVENTS.winter2024, canBuy () { @@ -271,9 +270,8 @@ const premium = { text: t('hatchingPotionIcySnow'), limited: true, event: EVENTS.winter2024, - _addlNotes: t('eventAvailabilityReturning', { - availableDate: t('dateEndJanuary'), - previousDate: t('novemberYYYY', { year: 2022 }), + _addlNotes: t('eventAvailability', { + date: t('dateEndJanuary'), }), canBuy () { return moment().isBetween(EVENTS.winter2024.start, EVENTS.winter2024.end); @@ -469,8 +467,8 @@ const premium = { value: 2, text: t('hatchingPotionStainedGlass'), limited: true, - _addlNotes: t('eventAvailabilityReturning', { - availableDate: t('dateEndJanuary'), + _addlNotes: t('eventAvailability', { + date: t('dateEndJanuary'), }), event: EVENTS.winter2024, canBuy () {