diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 64a582165..6c09173fa 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -7110,17 +7110,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.5--0": {
- "messageformat": "We added support for custom nicknames and notes for anyone you're chatting with on Signal, even if they aren't in your system contacts. Whether you're adding the missing letters in a lazy friend's profile name, or a reminder about where you met, notes and nicknames provide a convenient and secure way to jot down additional details about your Signal Connections β and they're end-to-end encrypted and protected by your Signal PIN so they can be securely restored if you lose your phone too.",
- "description": "(Deleted 2024/04/16)"
- },
- "icu:WhatsNew__v7.5--1": {
- "messageformat": "Now you can minimize Signal to your system tray on Linux. If your taskbar is the right shade of gray, itβs like your messages are waiting for you on a silver platter.",
- "description": "(Deleted 2024/04/16)"
- },
- "icu:WhatsNew__v7.5--2": {
- "messageformat": "For users on Windows, this update re-enables support for detailed unread message counts on the Signal icon. Say goodbye to β9+β because now the icon goes to 11 (or higher).",
- "description": "(Deleted 2024/04/16)"
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index 7face9045..b1f37e50f 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) {