diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 3efc5eca84..15f3325ee7 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -8367,5 +8367,13 @@
"icu:WhatsNew__v7.50--0": {
"messageformat": "If you link a new Desktop on Signal Android and choose to transfer your message history, now you can also selectively transfer old attachments from your primary device too. Bring the past into the present by scrolling back in time and clicking on the download icon. As always, the transfer process is end-to-end encrypted and secure.",
"description": "Release notes for version 7.49"
+ },
+ "icu:WhatsNew__v7.51--0": {
+ "messageformat": "Fire, the wheel, and electricity were all great developments, but they were merely necessary steps along the path that created the conditions for animated GIF search to exist. Now you can experience the pinnacle of human technological advancement in Signal Desktop with a brand-new selection interface that makes it easy to quickly find an emoji, sticker, or animated GIF that's perfect for the moment.",
+ "description": "Release notes for version 7.51"
+ },
+ "icu:WhatsNew__v7.51--1": {
+ "messageformat": "We also resized the picture-in-picture window and added convenient new shortcuts to mute/unmute your microphone or turn the camera on/off while a call is minimized.",
+ "description": "Release notes for version 7.51"
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index e02ac1a3af..d6fe71b767 100644
--- a/ts/components/WhatsNewModal.tsx
+++ b/ts/components/WhatsNewModal.tsx
@@ -42,7 +42,10 @@ 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) {