Release notes for 7.10

This commit is contained in:
trevor-signal 2024-05-15 15:37:06 -04:00
parent 96e38690c2
commit 749499b5f4
2 changed files with 2 additions and 6 deletions

View file

@ -7131,7 +7131,7 @@
"ignoreUnused": true
},
"icu:WhatsNew__bugfixes--2": {
"messageformat": "Handful of bug fixes to keep your app running smoothly. More exciting changes on the horizon! ",
"messageformat": "Handful of bug fixes to keep your app running smoothly. More exciting changes on the horizon!",
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
@ -7154,9 +7154,5 @@
"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.8--0": {
"messageformat": "Now you can react with any emoji during a Signal call. Smile even if your camera is off, share a heart if you love what you're hearing, or vote for sushi instead of pizza without saying a word. And you'll even see an animation of everyone's emojional outburst if enough people in the call react with the same emoji all at once.",
"description": "(Deleted 2024/05/07) Release notes for version 7.8"
}
}

View file

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