From 09250abb1e5ac289365996a865d21e3629b36f6e Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 28 Oct 2021 17:25:25 -0500 Subject: [PATCH] Update "What's New" for 5.23 (and any other bugfix-only releases) --- _locales/en/messages.json | 4 ++-- ts/components/WhatsNewModal.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 5f29d5d44..fb61dbf44 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6484,8 +6484,8 @@ "message": "Screen reader users should now find it easier to navigate through the conversation list on the left pane.", "description": "Release notes for v5.21" }, - "WhatsNew__v5.22": { + "WhatsNew__bugfixes": { "message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.", - "description": "Release notes for v5.22" + "description": "Release notes for releases that only include bug fixes" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 048544bce..244865207 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion(), features: [ { - key: 'WhatsNew__v5.22', + key: 'WhatsNew__bugfixes', components: undefined, }, ],