From f787bde80a9ea824b702232bcb888e69b8e1c4ef Mon Sep 17 00:00:00 2001 From: Zoe Date: Thu, 30 Jan 2020 16:36:57 +0000 Subject: [PATCH] copy --- src/components/views/verification/VerificationShowSas.js | 2 +- src/i18n/strings/en_EN.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/verification/VerificationShowSas.js b/src/components/views/verification/VerificationShowSas.js index b92e72c3a7..25f174fb30 100644 --- a/src/components/views/verification/VerificationShowSas.js +++ b/src/components/views/verification/VerificationShowSas.js @@ -69,7 +69,7 @@ export default class VerificationShowSas extends React.Component { ; sasCaption = this.props.isSelf ? _t( - "Verify the device by confirming the following emoji appers on its screen.", + "Confirm the emoji below are displayed on both devices, in the same order:", ): _t( "Verify this user by confirming the following emoji appear on their screen.", diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 439614d2a8..558e5220a3 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -444,7 +444,7 @@ "You've successfully verified this user.": "You've successfully verified this user.", "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.": "Secure messages with this user are end-to-end encrypted and not able to be read by third parties.", "Got It": "Got It", - "Verify the device by confirming the following emoji appers on its screen.": "Verify the device by confirming the following emoji appers on its screen.", + "Confirm the emoji below are displayed on both devices, in the same order:": "Confirm the emoji below are displayed on both devices, in the same order:", "Verify this user by confirming the following emoji appear on their screen.": "Verify this user by confirming the following emoji appear on their screen.", "Verify this device by confirming the following number appears on its screen.": "Verify this device by confirming the following number appears on its screen.", "Verify this user by confirming the following number appears on their screen.": "Verify this user by confirming the following number appears on their screen.",