diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 89ebe3c8e3..c0ba585090 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7730,7 +7730,7 @@ }, "icu:WhatsNew__v7.40--0": { "messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said.", - "description": "(Deleted 2025/01/29) Release notes for version 7.40" + "description": "Release notes for version 7.40" }, "icu:WhatsNew__v7.40--1": { "messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices.", diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 25de26a123..8e09f8aa8e 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,7 +42,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {