diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index d6e18eeb69..588e2c046d 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -11648,5 +11648,9 @@
"icu:WhatsNew__8.24--1": {
"messageformat": "We made it easier to search for group members on the group settings page, so you can quickly figure out if your Mom already added your second cousin to the third-annual extended family reunion BBQ group.",
"description": "Release notes for 8.24"
+ },
+ "icu:WhatsNew__8.25--0": {
+ "messageformat": "We added two new zoom levels in the appearance settings, so even with very little effort you can still give your messages 110% (or 90%).",
+ "description": "Release notes for 8.25"
}
}
diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx
index 765d499ff3..0262fc9559 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) {