diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a22764ef92fc..96ddc8d309f4 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7323,18 +7323,6 @@ "message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.", "description": "Release notes for releases that only include bug fixes" }, - "WhatsNew__v5.45--1": { - "message": "Dynamic audio indicators in group calls help you see if you're whispering, yelling, or just right.", - "description": "Release notes for v5.45" - }, - "WhatsNew__v5.45--2": { - "message": "Groups you’ve requested to join from your phone (via an invite link) will now show up on Desktop.", - "description": "Release notes for v5.45" - }, - "WhatsNew__v5.45--3": { - "message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.", - "description": "Release notes for v5.45" - }, "WhatsNew__v5.47--1": { "message": "For all the dark mode folks on Windows, we've got a new titlebar to match your style.", "description": "Release notes for v5.47" diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 0d8b316c4384..5b5ae62598c9 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.47--1', + key: 'WhatsNew__bugfixes', components: undefined, }, ],