From 93ef057f2353e59126816a036857cab323602778 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Tue, 21 Sep 2021 18:55:30 +0200 Subject: [PATCH] [calendar] fix --- locale/en/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en/events.js b/locale/en/events.js index a84af0b57..7453c5983 100644 --- a/locale/en/events.js +++ b/locale/en/events.js @@ -24,7 +24,7 @@ module.exports = [ new Event('Anniversary of the Decriminalisation of Homosexuality in England and Wales (1967)', null, 7, day(27), EventLevel.MajorDay), new Event('Anniversary of the Decriminalisation of Homosexuality in Scotland (1981)', null, 2, day(1), EventLevel.MajorDay), new Event('Two Spirit Awareness Day', 'Two Spirit', 7, day(11), EventLevel.MajorDay), - new Event('National Gay Men''s HIV/AIDS Awareness Day (US)', null, 9, day(27), EventLevel.MajorDay), + new Event('National Gay Men\'s HIV/AIDS Awareness Day (US)', null, 9, day(27), EventLevel.MajorDay), new Event('National HIV/AIDS and Aging Awareness Day (US)', null, 9, day(18), EventLevel.MajorDay), new Event('LGBT Center Awareness Day (US)', null, 10, day(19), EventLevel.MajorDay), new Event('{https://twitter.com/_EQUALGROUND_/status/1440232964286124050=Lesbian Visibility Day} (Sri Lanka)', null, 9, day(21), EventLevel.MajorDay),