Release notes for 7.73

This commit is contained in:
Fedor Indutny
2025-09-24 15:08:46 -07:00
parent d76b16aae1
commit da5fb105ea
2 changed files with 5 additions and 1 deletions

View File

@@ -9212,5 +9212,9 @@
"messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!",
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
"icu:WhatsNew__7.73": {
"messageformat": "This update introduces new performance optimizations to help improve battery life, so you'll have more charge available for emotionally charged conversations.",
"description": "Release notes for 7.73 release"
}
}

View File

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