diff --git a/locale/_/events.js b/locale/_/events.js index 45d0c509..9f9305ca 100644 --- a/locale/_/events.js +++ b/locale/_/events.js @@ -227,7 +227,7 @@ module.exports = [ }, EventLevel.Week), // one-off events - new Event('deaf_awareness_week', null, 4, function* (monthDays) { + new Event('deaf_awareness_week', 'Progress Pride', 4, function* (monthDays) { for (let d of monthDays) { if (d.day >= 11 && d.day <= 17 && d.year === 2021) { yield d;