Release notes for 7.11

This commit is contained in:
ayumi-signal 2024-05-22 11:57:06 -07:00
parent 7351a51ac4
commit b2e0e21445
2 changed files with 5 additions and 1 deletions

View file

@ -7202,5 +7202,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__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space.",
"description": "Release notes for version 7.11"
}
}

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__bugfixes--2" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.11--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {