diff --git a/website/common/locales/en/limited.json b/website/common/locales/en/limited.json index 8b89034e37..9dd04d78a8 100644 --- a/website/common/locales/en/limited.json +++ b/website/common/locales/en/limited.json @@ -130,6 +130,7 @@ "fall2018CandymancerMageSet": "Candymancer (Mage)", "fall2018CarnivorousPlantSet": "Carnivorous Plant (Healer)", "fall2018AlterEgoSet": "Alter Ego (Rogue)", + "june2018": "June 2018", "winter2019BlizzardSet": "Blizzard (Warrior)", "winter2019PyrotechnicSet": "Pyrotechnic (Mage)", "winter2019WinterStarSet": "Winter Star (Healer)", diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index d5cf709037..26f6647534 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -303,9 +303,9 @@ each(wacky, (pot, key) => { notes: t('hatchingPotionNotes', { potText: pot.text, }), - _addlNotes: t('eventAvailability', { + _addlNotes: pot._seasont && pot._season !== '_PENDING_' ? t('eventAvailability', { date: t(`dateEnd${pot._season}`), - }), + }) : null, premium: false, limited: true, wacky: true,