From 1d8756b95d7b7230159548911f781e94f55957cf Mon Sep 17 00:00:00 2001 From: Zoe Date: Tue, 25 Feb 2020 15:40:06 +0000 Subject: [PATCH] text improvements --- src/components/views/dialogs/NewSessionReviewDialog.js | 6 +++--- src/i18n/strings/en_EN.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/views/dialogs/NewSessionReviewDialog.js b/src/components/views/dialogs/NewSessionReviewDialog.js index 4cc8cb54ed..125811115f 100644 --- a/src/components/views/dialogs/NewSessionReviewDialog.js +++ b/src/components/views/dialogs/NewSessionReviewDialog.js @@ -43,11 +43,11 @@ export default class NewSessionReviewDialog extends React.PureComponent {
- {_t("We recomment you change your password and recovery key in Settings immediately")} + {_t("We recommend you change your password and recovery key in Settings immediately")}
, onFinished: () => this.props.onFinished(false), diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 31e9abd646..f702da6b4c 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1574,9 +1574,9 @@ "Message edits": "Message edits", "Your account is not secure": "Your account is not secure", "Your password": "Your password", - "This device, or the other device": "This device, or the other device", - "The internet connection either device is using": "The internet connection either device is using", - "We recomment you change your password and recovery key in Settings immediately": "We recomment you change your password and recovery key in Settings immediately", + "This session, or the other session": "This session, or the other session", + "The internet connection either session is using": "The internet connection either session is using", + "We recommend you change your password and recovery key in Settings immediately": "We recommend you change your password and recovery key in Settings immediately", "New session": "New session", "Use this session to verify your new one, granting it access to encrypted messages:": "Use this session to verify your new one, granting it access to encrypted messages:", "If you didn’t sign in to this session, your account may be compromised.": "If you didn’t sign in to this session, your account may be compromised.",