mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(content): correct timeframe tag for string
This commit is contained in:
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
|
|||||||
import each from 'lodash/each';
|
import each from 'lodash/each';
|
||||||
import t from './translation';
|
import t from './translation';
|
||||||
|
|
||||||
const CURRENT_SEASON = 'December';
|
const CURRENT_SEASON = 'January';
|
||||||
|
|
||||||
let drops = {
|
let drops = {
|
||||||
Base: {
|
Base: {
|
||||||
@@ -118,13 +118,13 @@ let premium = {
|
|||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionPeppermint'),
|
text: t('hatchingPotionPeppermint'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'December',
|
_season: 'January',
|
||||||
},
|
},
|
||||||
StarryNight: {
|
StarryNight: {
|
||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionStarryNight'),
|
text: t('hatchingPotionStarryNight'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'December',
|
_season: 'January',
|
||||||
},
|
},
|
||||||
Rainbow: {
|
Rainbow: {
|
||||||
value: 2,
|
value: 2,
|
||||||
@@ -154,7 +154,7 @@ let premium = {
|
|||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionIcySnow'),
|
text: t('hatchingPotionIcySnow'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'December',
|
_season: 'January',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user