From c538c7c11c1c01dd84df2188ac9b924d2fbb9f0e Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 23 Mar 2022 11:11:26 -0700 Subject: [PATCH] WhatsNew: Remove third bullet for 5.36 --- _locales/en/messages.json | 4 ---- ts/components/WhatsNewModal.tsx | 1 - 2 files changed, 5 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 090b35dab..0abf37d20 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6941,9 +6941,5 @@ "WhatsNew__v5.36--2": { "message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!", "description": "Release notes for v5.36" - }, - "WhatsNew__v5.36--3": { - "message": "Thanks to our volunteer translators, we've added support for Scottish Gaelic!", - "description": "Release notes for v5.36" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index a03043f4a..53b3d9bbf 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -32,7 +32,6 @@ const releaseNotes: ReleaseNotesType = { features: [ { key: 'WhatsNew__v5.36--1', components: undefined }, { key: 'WhatsNew__v5.36--2', components: undefined }, - { key: 'WhatsNew__v5.36--3', components: undefined }, ], };