Release notes for 7.41.0

This commit is contained in:
ayumi-signal
2025-02-05 11:09:52 -08:00
parent cf10a5c804
commit 6a2b5ea3bc
2 changed files with 2 additions and 2 deletions

View File

@@ -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.",

View File

@@ -42,7 +42,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--1" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.40--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {