mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(content): correct last availability of flowerpotions
This commit is contained in:
@@ -102,7 +102,7 @@ const premium = {
|
|||||||
event: EVENTS.potions202105,
|
event: EVENTS.potions202105,
|
||||||
_addlNotes: t('eventAvailabilityReturning', {
|
_addlNotes: t('eventAvailabilityReturning', {
|
||||||
availableDate: t('dateEndMay'),
|
availableDate: t('dateEndMay'),
|
||||||
previousDate: t('mayYYYY', { year: 2016 }),
|
previousDate: t('mayYYYY', { year: 2019 }),
|
||||||
}),
|
}),
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return moment().isBefore(EVENTS.potions202105.end);
|
return moment().isBefore(EVENTS.potions202105.end);
|
||||||
|
|||||||
Reference in New Issue
Block a user