diff --git a/src/components/structures/auth/CompleteSecurity.tsx b/src/components/structures/auth/CompleteSecurity.tsx index 91f378dc60..7043878a72 100644 --- a/src/components/structures/auth/CompleteSecurity.tsx +++ b/src/components/structures/auth/CompleteSecurity.tsx @@ -69,20 +69,20 @@ export default class CompleteSecurity extends React.Component { } else if (phase === Phase.Intro) { if (lostKeys) { icon = ; - title = _t("Unable to verify this login"); + title = _t("Unable to verify this device"); } else { icon = ; - title = _t("Verify this login"); + title = _t("Verify this device"); } } else if (phase === Phase.Done) { icon = ; - title = _t("Session verified"); + title = _t("Device verified"); } else if (phase === Phase.ConfirmSkip) { icon = ; title = _t("Are you sure?"); } else if (phase === Phase.Busy) { icon = ; - title = _t("Verify this login"); + title = _t("Verify this device"); } else if (phase === Phase.ConfirmReset) { icon = ; title = _t("Really reset verification keys?"); diff --git a/src/components/structures/auth/SetupEncryptionBody.tsx b/src/components/structures/auth/SetupEncryptionBody.tsx index 8836d785e6..6492220680 100644 --- a/src/components/structures/auth/SetupEncryptionBody.tsx +++ b/src/components/structures/auth/SetupEncryptionBody.tsx @@ -198,7 +198,7 @@ export default class SetupEncryptionBody extends React.Component let verifyButton; if (store.hasDevicesToVerifyAgainst) { verifyButton = - { _t("Verify with another login") } + { _t("Verify with another device") } ; } @@ -227,12 +227,12 @@ export default class SetupEncryptionBody extends React.Component let message; if (this.state.backupInfo) { message =

{ _t( - "Your new session is now verified. It has access to your " + + "Your new device is now verified. It has access to your " + "encrypted messages, and other users will see it as trusted.", ) }

; } else { message =

{ _t( - "Your new session is now verified. Other users will see it as trusted.", + "Your new device is now verified. Other users will see it as trusted.", ) }

; } return ( diff --git a/src/components/views/dialogs/VerificationRequestDialog.tsx b/src/components/views/dialogs/VerificationRequestDialog.tsx index 5387a675c1..f73cda91f4 100644 --- a/src/components/views/dialogs/VerificationRequestDialog.tsx +++ b/src/components/views/dialogs/VerificationRequestDialog.tsx @@ -55,7 +55,7 @@ export default class VerificationRequestDialog extends React.Component = ({ if (waitingForOtherParty && isSelfVerification) { content = (
- { _t("To proceed, please accept the verification request on your other login.") } + { _t("To proceed, please accept the verification request on your other device.") }
); } else if (waitingForOtherParty || waitingForNetwork) { diff --git a/src/components/views/right_panel/VerificationPanel.tsx b/src/components/views/right_panel/VerificationPanel.tsx index 913345405a..3301db8791 100644 --- a/src/components/views/right_panel/VerificationPanel.tsx +++ b/src/components/views/right_panel/VerificationPanel.tsx @@ -68,7 +68,7 @@ export default class VerificationPanel extends React.PureComponent{ _t( - "The session you are trying to verify doesn't support scanning a " + + "The device you are trying to verify doesn't support scanning a " + "QR code or emoji verification, which is what %(brand)s supports. Try " + "with a different client.", { brand }, @@ -101,7 +101,7 @@ export default class VerificationPanel extends React.PureComponent{ _t("or") } : null; return (
- { _t("Verify this session by completing one of the following:") } + { _t("Verify this device by completing one of the following:") }
{ qrBlockDialog } { or } @@ -178,7 +178,7 @@ export default class VerificationPanel extends React.PureComponent
; sasCaption = this.props.isSelf ? _t( - "Confirm the emoji below are displayed on both sessions, in the same order:", + "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.", @@ -106,7 +106,7 @@ export default class VerificationShowSas extends React.Component
; sasCaption = this.props.isSelf ? _t( - "Verify this session by confirming the following number appears on its screen.", + "Verify this device by confirming the following number appears on its screen.", ): _t( "Verify this user by confirming the following number appears on their screen.", @@ -126,12 +126,12 @@ export default class VerificationShowSas extends React.Component // device shouldn't be null in this situation but it can be, eg. if the device is // logged out during verification if (this.props.device) { - text = _t("Waiting for you to verify on your other session, %(deviceName)s (%(deviceId)s)…", { + text = _t("Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…", { deviceName: this.props.device ? this.props.device.getDisplayName() : '', deviceId: this.props.device ? this.props.device.deviceId : '', }); } else { - text = _t("Waiting for you to verify on your other session…"); + text = _t("Waiting for you to verify on your other device…"); } confirm =

{ text }

; } else if (this.state.pending || this.state.cancelling) { diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index 298bcf5cf3..acad85d0bc 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -1006,13 +1006,13 @@ "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", - "Confirm the emoji below are displayed on both sessions, in the same order:": "Confirm the emoji below are displayed on both sessions, in the same order:", + "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 session by confirming the following number appears on its screen.": "Verify this session by confirming the following number appears on its 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.", "Unable to find a supported verification method.": "Unable to find a supported verification method.", - "Waiting for you to verify on your other session, %(deviceName)s (%(deviceId)s)…": "Waiting for you to verify on your other session, %(deviceName)s (%(deviceId)s)…", - "Waiting for you to verify on your other session…": "Waiting for you to verify on your other session…", + "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…": "Waiting for you to verify on your other device, %(deviceName)s (%(deviceId)s)…", + "Waiting for you to verify on your other device…": "Waiting for you to verify on your other device…", "Waiting for %(displayName)s to verify…": "Waiting for %(displayName)s to verify…", "Cancelling…": "Cancelling…", "They don't match": "They don't match", @@ -1904,7 +1904,7 @@ "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.": "When someone puts a URL in their message, a URL preview can be shown to give more information about that link such as the title, description, and an image from the website.", "URL Previews": "URL Previews", "Back": "Back", - "To proceed, please accept the verification request on your other login.": "To proceed, please accept the verification request on your other login.", + "To proceed, please accept the verification request on your other device.": "To proceed, please accept the verification request on your other device.", "Waiting for %(displayName)s to accept…": "Waiting for %(displayName)s to accept…", "Accepting…": "Accepting…", "Start Verification": "Start Verification", @@ -2000,19 +2000,19 @@ "This client does not support end-to-end encryption.": "This client does not support end-to-end encryption.", "Edit devices": "Edit devices", "Security": "Security", - "The session you are trying to verify doesn't support scanning a QR code or emoji verification, which is what %(brand)s supports. Try with a different client.": "The session you are trying to verify doesn't support scanning a QR code or emoji verification, which is what %(brand)s supports. Try with a different client.", + "The device you are trying to verify doesn't support scanning a QR code or emoji verification, which is what %(brand)s supports. Try with a different client.": "The device you are trying to verify doesn't support scanning a QR code or emoji verification, which is what %(brand)s supports. Try with a different client.", "Scan this unique code": "Scan this unique code", "Compare unique emoji": "Compare unique emoji", "Compare a unique set of emoji if you don't have a camera on either device": "Compare a unique set of emoji if you don't have a camera on either device", "Start": "Start", "or": "or", - "Verify this session by completing one of the following:": "Verify this session by completing one of the following:", + "Verify this device by completing one of the following:": "Verify this device by completing one of the following:", "Verify by scanning": "Verify by scanning", "Ask %(displayName)s to scan your code:": "Ask %(displayName)s to scan your code:", "If you can't scan the code above, verify by comparing unique emoji.": "If you can't scan the code above, verify by comparing unique emoji.", "Verify by comparing unique emoji.": "Verify by comparing unique emoji.", "Verify by emoji": "Verify by emoji", - "Almost there! Is your other session showing the same shield?": "Almost there! Is your other session showing the same shield?", + "Almost there! Is your other device showing the same shield?": "Almost there! Is your other device showing the same shield?", "Almost there! Is %(displayName)s showing the same shield?": "Almost there! Is %(displayName)s showing the same shield?", "Verify all users in a room to ensure it's secure.": "Verify all users in a room to ensure it's secure.", "In encrypted rooms, verify all users to ensure it's secure.": "In encrypted rooms, verify all users to ensure it's secure.", @@ -2023,7 +2023,7 @@ "Start verification again from the notification.": "Start verification again from the notification.", "Start verification again from their profile.": "Start verification again from their profile.", "Verification timed out.": "Verification timed out.", - "You cancelled verification on your other session.": "You cancelled verification on your other session.", + "You cancelled verification on your other device.": "You cancelled verification on your other device.", "%(displayName)s cancelled verification.": "%(displayName)s cancelled verification.", "You cancelled verification.": "You cancelled verification.", "Verification cancelled": "Verification cancelled", @@ -2783,7 +2783,7 @@ "Upload %(count)s other files|one": "Upload %(count)s other file", "Cancel All": "Cancel All", "Upload Error": "Upload Error", - "Verify other login": "Verify other login", + "Verify other device": "Verify other device", "Verification Request": "Verification Request", "Approve widget permissions": "Approve widget permissions", "This widget would like to:": "This widget would like to:", @@ -3153,9 +3153,9 @@ "Could not load user profile": "Could not load user profile", "Decrypted event source": "Decrypted event source", "Original event source": "Original event source", - "Unable to verify this login": "Unable to verify this login", - "Verify this login": "Verify this login", - "Session verified": "Session verified", + "Unable to verify this device": "Unable to verify this device", + "Verify this device": "Verify this device", + "Device verified": "Device verified", "Really reset verification keys?": "Really reset verification keys?", "Skip verification for now": "Skip verification for now", "Failed to send email": "Failed to send email", @@ -3215,10 +3215,10 @@ "Proceed with reset": "Proceed with reset", "Verify with Security Key or Phrase": "Verify with Security Key or Phrase", "Verify with Security Key": "Verify with Security Key", - "Verify with another login": "Verify with another login", + "Verify with another device": "Verify with another device", "Verify your identity to access encrypted messages and prove your identity to others.": "Verify your identity to access encrypted messages and prove your identity to others.", - "Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted.": "Your new session is now verified. It has access to your encrypted messages, and other users will see it as trusted.", - "Your new session is now verified. Other users will see it as trusted.": "Your new session is now verified. Other users will see it as trusted.", + "Your new device is now verified. It has access to your encrypted messages, and other users will see it as trusted.": "Your new device is now verified. It has access to your encrypted messages, and other users will see it as trusted.", + "Your new device is now verified. Other users will see it as trusted.": "Your new device is now verified. Other users will see it as trusted.", "Without verifying, you won't have access to all your messages and may appear as untrusted to others.": "Without verifying, you won't have access to all your messages and may appear as untrusted to others.", "I'll verify later": "I'll verify later", "Resetting your verification keys cannot be undone. After resetting, you won't have access to old encrypted messages, and any friends who have previously verified you will see security warnings until you re-verify with them.": "Resetting your verification keys cannot be undone. After resetting, you won't have access to old encrypted messages, and any friends who have previously verified you will see security warnings until you re-verify with them.",