From a687099e5672a11ac09cfa6a3958620ff955ee14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Fri, 1 Oct 2021 22:16:21 +0000 Subject: [PATCH] Update events.js --- locale/_/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;