mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +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'),
|
text: t('hatchingPotionTeaShop'),
|
||||||
limited: true,
|
limited: true,
|
||||||
event: EVENTS.spring2023,
|
event: EVENTS.spring2023,
|
||||||
_addlNotes: t('eventAvailabilityReturning', {
|
_addlNotes: t('premiumPotionAddlNotes', {
|
||||||
availableDate: t('dateEndApril'),
|
date: t('dateEndApril'),
|
||||||
}),
|
}),
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return moment().isBetween('2023-04-06T08:00-05:00', EVENTS.spring2023.end);
|
return moment().isBetween('2023-04-06T08:00-05:00', EVENTS.spring2023.end);
|
||||||
|
|||||||
Reference in New Issue
Block a user