From 05ae40bc2e1214e0d0926de3394af7045f50cefe Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 20 Dec 2018 15:26:17 -0600 Subject: [PATCH] fix(content): correct timeframe tag for string --- website/common/script/content/hatching-potions.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 583cf33ce4..964936f0be 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -3,7 +3,7 @@ import defaults from 'lodash/defaults'; import each from 'lodash/each'; import t from './translation'; -const CURRENT_SEASON = 'December'; +const CURRENT_SEASON = 'January'; let drops = { Base: { @@ -118,13 +118,13 @@ let premium = { value: 2, text: t('hatchingPotionPeppermint'), limited: true, - _season: 'December', + _season: 'January', }, StarryNight: { value: 2, text: t('hatchingPotionStarryNight'), limited: true, - _season: 'December', + _season: 'January', }, Rainbow: { value: 2, @@ -154,7 +154,7 @@ let premium = { value: 2, text: t('hatchingPotionIcySnow'), limited: true, - _season: 'December', + _season: 'January', }, };