diff --git a/_locales/en/messages.json b/_locales/en/messages.json index df7b79e0c..58d255a76 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6627,13 +6627,10 @@ "messageformat": "Small tweaks, bug fixes, and performance enhancements. Thanks for using Signal!", "description": "Release notes for releases that only include bug fixes" }, - "icu:WhatsNew__v6.26--0": { - "messageformat": "Diacritics (such as accent marks) are now supported in @ mentions, so you can remind Aristotélēs to answer your philosophy question in the \"Ancient Greek Time Travellers\" group chat." - }, - "icu:WhatsNew__v6.26--1": { - "messageformat": "Three cheers for triple-click text selection improvements. Thanks, {linkToGithub}!" - }, "icu:WhatsNew__v6.27--0": { "messageformat": "This update includes a few improvements for voice and video calls, and some minor documentation updates (thanks, {linkToGithub}!)." + }, + "icu:WhatsNew__v6.28--0": { + "messageformat": "We modified the notification icons that appear for group updates, like when someone new joins a group. These icons help improve legibility, especially if you live within the darkness of the Dark Theme. The previous icons merely adopted the dark. The new icons were born in it, molded by it." } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 651e4a9f6..285d0462c 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -29,23 +29,7 @@ export function WhatsNewModal({ const releaseNotes: ReleaseNotesType = { date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), - features: [ - - @vijithassar - - ), - }} - />, - ], + features: [], }; if (releaseNotes.features.length === 1) {