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("Your password")}
- {_t("Your homeserver")}
- - {_t("This device, or the other device")}
- - {_t("The internet connection either device is using")}
+ - {_t("This session, or the other session")}
+ - {_t("The internet connection either session is using")}
- {_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.",