mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
fix(potion): correct year
This commit is contained in:
parent
d4e05835d7
commit
b608f0ad9c
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ const wacky = {
|
|||
Veggie: {
|
||||
text: t('hatchingPotionVeggie'),
|
||||
limited: true,
|
||||
event: EVENTS.spring2021,
|
||||
event: EVENTS.spring2022,
|
||||
_addlNotes: t('eventAvailabilityReturning', {
|
||||
availableDate: t('dateEndApril'),
|
||||
previousDate: t('aprilYYYY', { year: 2021 }),
|
||||
|
|
|
|||
Loading…
Reference in a new issue