diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 139b4b64bb..45824cce42 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -10524,5 +10524,9 @@ "icu:WhatsNew__7.89--1": { "messageformat": "Signal is a 501c3 nonprofit that wouldn't be possible without your support, and now you can donate via PayPal in Signal Desktop.", "description": "Release notes for 7.89 release" + }, + "icu:WhatsNew__7.90--0": { + "messageformat": "Make privacy stick with five new official sticker packs in the Signal Artist Series: \"Chug the Mouse\" by Amanda Cotan, \"Cozy Season\" by Miguel Ángel Camprubí, \"Croco's Feelings\" by Tiffany Beucher, \"My Daily Life 2\" by Plastic Thing, and \"Rocky Talk\" by Lexi Vay.", + "description": "Release notes for 7.90 release" } } diff --git a/ts/components/WhatsNewModal.dom.tsx b/ts/components/WhatsNewModal.dom.tsx index 2dc315feed..1766d8ab50 100644 --- a/ts/components/WhatsNewModal.dom.tsx +++ b/ts/components/WhatsNewModal.dom.tsx @@ -34,14 +34,6 @@ export function ExternalLink(props: { ); } -function DGrothePhD() { - return ( - - @DGrothe-PhD - - ); -} - export function WhatsNewModal({ i18n, hideWhatsNewModal, @@ -51,16 +43,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) {