Skip to content

Commit

Permalink
Update "What's New" for 5.23 (and any other bugfix-only releases)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Oct 28, 2021
1 parent f4a25d0 commit 09250ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _locales/en/messages.json
Expand Up @@ -6484,8 +6484,8 @@
"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": {
"WhatsNew__bugfixes": {
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for v5.22"
"description": "Release notes for releases that only include bug fixes"
}
}
2 changes: 1 addition & 1 deletion ts/components/WhatsNewModal.tsx
Expand Up @@ -31,7 +31,7 @@ const releaseNotes: ReleaseNotesType = {
version: window.getVersion(),
features: [
{
key: 'WhatsNew__v5.22',
key: 'WhatsNew__bugfixes',
components: undefined,
},
],
Expand Down

0 comments on commit 09250ab

Please sign in to comment.