diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 7384dd81bf..c753f73f39 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -10933,10 +10933,6 @@
"description": "Release notes for releases that only include bug fixes",
"ignoreUnused": true
},
- "icu:WhatsNew__8.12--0": {
- "messageformat": "On the one hand, you can click on the raise hand icon during group calls. But on the other hand, now you can use a new keyboard shortcut too (Shift-H).",
- "description": "(Deleted 2026/05/27) Release notes for 8.12"
- },
"icu:WhatsNew__8.13--0": {
"messageformat": "The new raised-hand indicators are now also displayed in the list of raised hands during group calls. It's a second-hand place to figure out who you should hand it over to when you're done speaking.",
"description": "Release notes for 8.13"
diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx
index 3db3d21c43..45cd6bac35 100644
--- a/ts/components/WhatsNewModal.dom.tsx
+++ b/ts/components/WhatsNewModal.dom.tsx
@@ -28,7 +28,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) {