You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
adjust sas copy to use device -> session
This commit is contained in:
@@ -75,7 +75,7 @@ export default class VerificationShowSas extends React.Component {
|
|||||||
</div>;
|
</div>;
|
||||||
sasCaption = this.props.isSelf ?
|
sasCaption = this.props.isSelf ?
|
||||||
_t(
|
_t(
|
||||||
"Confirm the emoji below are displayed on both devices, in the same order:",
|
"Confirm the emoji below are displayed on both sessions, 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.",
|
||||||
@@ -89,7 +89,7 @@ export default class VerificationShowSas extends React.Component {
|
|||||||
</div>;
|
</div>;
|
||||||
sasCaption = this.props.isSelf ?
|
sasCaption = this.props.isSelf ?
|
||||||
_t(
|
_t(
|
||||||
"Verify this device by confirming the following number appears on its screen.",
|
"Verify this session by confirming the following number appears on its screen.",
|
||||||
):
|
):
|
||||||
_t(
|
_t(
|
||||||
"Verify this user by confirming the following number appears on their screen.",
|
"Verify this user by confirming the following number appears on their screen.",
|
||||||
|
|||||||
@@ -478,9 +478,9 @@
|
|||||||
"Compare unique emoji": "Compare unique emoji",
|
"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",
|
"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",
|
"Start": "Start",
|
||||||
"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:",
|
"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:",
|
||||||
"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 session by confirming the following number appears on its screen.": "Verify this session 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.",
|
||||||
"Unable to find a supported verification method.": "Unable to find a supported verification method.",
|
"Unable to find a supported verification method.": "Unable to find a supported verification method.",
|
||||||
"Waiting for %(displayName)s to verify…": "Waiting for %(displayName)s to verify…",
|
"Waiting for %(displayName)s to verify…": "Waiting for %(displayName)s to verify…",
|
||||||
|
|||||||
Reference in New Issue
Block a user