diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 622aa290f..52315a4b4 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -7226,5 +7226,9 @@
"icu:WhatsNew__v7.12--1": {
"messageformat": "We broke up with a bug in the crop tool, so now it's easier and more intuitive to cut your ex (or anything else) out of the picture.",
"description": "Release notes for version 7.12"
+ },
+ "icu:WhatsNew__v7.12--2": {
+ "messageformat": "We modified the keyboard shortcut for sending a voice note to Ctrl/Cmd+Shift+Y so that it no longer conflicts with the \"Paste and Match Style\" shortcut on Windows and Linux.",
+ "description": "Release notes for version 7.12"
}
}
diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx
index 57f52b345..8ac2f2d2c 100644
--- a/ts/components/WhatsNewModal.tsx
+++ b/ts/components/WhatsNewModal.tsx
@@ -44,6 +44,7 @@ export function WhatsNewModal({
version: window.getVersion?.(),
features: [
,
+ ,
,
],
};