diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 40c6bcbe9f..5f29d5d44c 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -6483,5 +6483,9 @@ "WhatsNew__v5.21--3": { "message": "Screen reader users should now find it easier to navigate through the conversation list on the left pane.", "description": "Release notes for v5.21" + }, + "WhatsNew__v5.22": { + "message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.", + "description": "Release notes for v5.22" } } diff --git a/ts/components/WhatsNew.tsx b/ts/components/WhatsNew.tsx index dae0eea6e6..c06c0f6708 100644 --- a/ts/components/WhatsNew.tsx +++ b/ts/components/WhatsNew.tsx @@ -34,15 +34,7 @@ export const WhatsNew = ({ i18n }: PropsType): JSX.Element => { version: window.getVersion(), features: [ { - key: 'WhatsNew__v5.21--1', - components: undefined, - }, - { - key: 'WhatsNew__v5.21--2', - components: undefined, - }, - { - key: 'WhatsNew__v5.21--3', + key: 'WhatsNew__v5.22', components: undefined, }, ],