mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
feat(fix): add correct string for potion end date
This commit is contained in:
parent
8c96ac241a
commit
01fea6b968
1 changed files with 2 additions and 2 deletions
|
|
@ -589,8 +589,8 @@ const wacky = {
|
|||
text: t('hatchingPotionTeaShop'),
|
||||
limited: true,
|
||||
event: EVENTS.spring2023,
|
||||
_addlNotes: t('eventAvailabilityReturning', {
|
||||
availableDate: t('dateEndApril'),
|
||||
_addlNotes: t('premiumPotionAddlNotes', {
|
||||
date: t('dateEndApril'),
|
||||
}),
|
||||
canBuy () {
|
||||
return moment().isBetween('2023-04-06T08:00-05:00', EVENTS.spring2023.end);
|
||||
|
|
|
|||
Loading…
Reference in a new issue