mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(fix): add correct string for potion end date
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user