diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 50a7c0d4aa..8b6e2d391b 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6741,10 +6741,6 @@ "message": "What's New", "description": "Title for the whats new modal" }, - "WhatsNew__v5.25--1": { - "message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.", - "description": "Release notes for v5.25" - }, "WhatsNew__bugfixes": { "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" diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index d99934e931..c8a57061a3 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -29,7 +29,7 @@ const renderText: RenderTextCallbackType = ({ key, text }) => ( const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [{ key: 'WhatsNew__v5.29--1', components: undefined }], + features: [{ key: 'WhatsNew__bugfixes', components: undefined }], }; export const WhatsNewModal = ({