diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 872440bfb353..86b2f94705d7 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -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" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index e30973b724e5..8e3418f9ba95 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -42,7 +42,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [], + features: [], }; if (releaseNotes.features.length === 1 && !releaseNotes.header) {