diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 44c17596d..eb1fcc060 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -7281,5 +7281,9 @@ "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 5b5ae6259..0d8b316c4 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = { version: window.getVersion?.(), features: [ { - key: 'WhatsNew__bugfixes', + key: 'WhatsNew__v5.47--1', components: undefined, }, ],