diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 514cf8a740..69918c72e9 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -12598,5 +12598,9 @@ "icu:WhatsNew__v6.19--2": { "messageformat": "If you are on a version of Windows before Windows 10, or a version of Ubuntu before 20.04 LTS, you will need to update your operating system to continue using Signal: {supportLink}", "description": "Release notes for v6.19" + }, + "icu:WhatsNew__v6.20--0": { + "messageformat": "If someone mentions you in a chat (like @ Your Name Goes Here), now you can quickly scroll to that mention and read all of the wonderful things that they said about you. You’re simply the best.", + "description": "Release notes for v6.20" } } diff --git a/ts/components/WhatsNewModal.tsx b/ts/components/WhatsNewModal.tsx index 81104e8558..3a1ed4c712 100644 --- a/ts/components/WhatsNewModal.tsx +++ b/ts/components/WhatsNewModal.tsx @@ -35,27 +35,7 @@ export function WhatsNewModal({ date: new Date(window.getBuildCreation?.() || Date.now()), version: window.getVersion?.(), features: [ - , - @sha-265, - }} - />, - - https://support.signal.org/hc/en-us/articles/5109141421850-Supporting-Older-Operating-Systems - - ), - }} - />, + , ], };