mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(potion): correct year
This commit is contained in:
@@ -529,7 +529,7 @@ const wacky = {
|
|||||||
Veggie: {
|
Veggie: {
|
||||||
text: t('hatchingPotionVeggie'),
|
text: t('hatchingPotionVeggie'),
|
||||||
limited: true,
|
limited: true,
|
||||||
event: EVENTS.spring2021,
|
event: EVENTS.spring2022,
|
||||||
_addlNotes: t('eventAvailabilityReturning', {
|
_addlNotes: t('eventAvailabilityReturning', {
|
||||||
availableDate: t('dateEndApril'),
|
availableDate: t('dateEndApril'),
|
||||||
previousDate: t('aprilYYYY', { year: 2021 }),
|
previousDate: t('aprilYYYY', { year: 2021 }),
|
||||||
|
|||||||
Reference in New Issue
Block a user