diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 32ab5ee631..974967acb2 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -9220,17 +9220,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.66--0": {
- "messageformat": "This update fixes a few small bugs, including one where emoji reactions weren't being grouped together correctly in some cases.",
- "description": "(Deleted 2025/08/13) Release notes for version 7.65"
- },
- "icu:WhatsNew__v7.67--0": {
- "messageformat": "We fixed a bug that prevented donation badges from appearing correctly for some users. Signal is a 501c3 nonprofit, and we appreciate your support!",
- "description": "(Deleted 2025/08/20) Release notes for version 7.67"
- },
- "icu:WhatsNew__v7.70--0": {
- "messageformat": "We fixed a bug on Microsoft Windows that made the Signal Desktop title bar orange instead of blue. If you've grown to love the citrus-themed color scheme over the past few days and this bugfix makes you feel blue, you can adjust your system accent color in your Windows settings.",
- "description": "(Deleted 2025/09/10) Release notes for version 7.70"
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index 543625a1fb..7113347ad6 100644
--- a/ts/components/WhatsNewModal.tsx
+++ b/ts/components/WhatsNewModal.tsx
@@ -43,7 +43,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) {