mirror of https://github.com/vector-im/riot-web
copy
parent
a9d85e1fa3
commit
f787bde80a
|
@ -69,7 +69,7 @@ export default class VerificationShowSas extends React.Component {
|
||||||
</div>;
|
</div>;
|
||||||
sasCaption = this.props.isSelf ?
|
sasCaption = this.props.isSelf ?
|
||||||
_t(
|
_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(
|
_t(
|
||||||
"Verify this user by confirming the following emoji appear on their screen.",
|
"Verify this user by confirming the following emoji appear on their screen.",
|
||||||
|
|
|
@ -444,7 +444,7 @@
|
||||||
"You've successfully verified this user.": "You've successfully verified this user.",
|
"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.",
|
"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",
|
"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 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 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.",
|
"Verify this user by confirming the following number appears on their screen.": "Verify this user by confirming the following number appears on their screen.",
|
||||||
|
|
Loading…
Reference in New Issue