diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 4f87f77ec..13c07bf77 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -6520,5 +6520,8 @@
},
"icu:WhatsNew__v6.24--0": {
"messageformat": "Now you can search your @ mentions too. \"Thanks for adding this feature,\" you might say. \"Don't mention it,\" we'll reply."
+ },
+ "icu:WhatsNew__v6.25--0": {
+ "messageformat": "Now that the calling and conversation headers are draggable, repositioning your Signal window won't be such a drag."
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index de80b705e..cfcdcc201 100644
--- a/ts/components/WhatsNewModal.tsx
+++ b/ts/components/WhatsNewModal.tsx
@@ -29,7 +29,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
- features: [],
+ features: [],
};
if (releaseNotes.features.length === 1) {