diff --git a/_locales/en/messages.json b/_locales/en/messages.json index bb952d06e2..276cbf6ead 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1632,7 +1632,7 @@ "message": "Relay all calls through the Signal server to avoid revealing your IP address to your contact. Enabling will reduce call quality.", "description": "Details describing the always relay calls setting" }, - "Preferences--permissions": { + "permissions": { "message": "Permissions", "description": "Header for permissions section of settings" }, @@ -6213,6 +6213,10 @@ } } }, + "WhatsNew__modal-title": { + "message": "What's New", + "description": "Title for the whats new modal" + }, "WhatsNew__v5.15--1": { "message": "No that's not speck of dust you need to flick off your monitor, there's now a dot for unplayed incoming audio messages.", "description": "Release notes for v5.15" diff --git a/ts/components/Preferences.tsx b/ts/components/Preferences.tsx index 629a191950..2ce97f1899 100644 --- a/ts/components/Preferences.tsx +++ b/ts/components/Preferences.tsx @@ -330,7 +330,7 @@ export const Preferences = ({ )} - +