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
lint
This commit is contained in:
@@ -151,29 +151,29 @@ export default class IncomingSasDialog extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const userDetailText = [
|
const userDetailText = [
|
||||||
<p>{_t(
|
<p key="p1">{_t(
|
||||||
"Verify this user to mark them as trusted. " +
|
"Verify this user to mark them as trusted. " +
|
||||||
"Trusting users gives you extra peace of mind when using " +
|
"Trusting users gives you extra peace of mind when using " +
|
||||||
"end-to-end encrypted messages.",
|
"end-to-end encrypted messages.",
|
||||||
)}</p>,
|
)}</p>,
|
||||||
<p>{_t(
|
<p key="p2">{_t(
|
||||||
// NB. Below wording adjusted to singular 'session' until we have
|
// NB. Below wording adjusted to singular 'session' until we have
|
||||||
// cross-signing
|
// cross-signing
|
||||||
"Verifying this user will mark their session as trusted, and " +
|
"Verifying this user will mark their session as trusted, and " +
|
||||||
"also mark your session as trusted to them.",
|
"also mark your session as trusted to them.",
|
||||||
)}</p>
|
)}</p>,
|
||||||
];
|
];
|
||||||
|
|
||||||
const selfDetailText = [
|
const selfDetailText = [
|
||||||
<p>{_t(
|
<p key="p1">{_t(
|
||||||
"Verify this device to mark it as trusted. " +
|
"Verify this device to mark it as trusted. " +
|
||||||
"Trusting this device gives you and other users extra peace of mind when using " +
|
"Trusting this device gives you and other users extra peace of mind when using " +
|
||||||
"end-to-end encrypted messages.",
|
"end-to-end encrypted messages.",
|
||||||
)}</p>,
|
)}</p>,
|
||||||
<p>{_t(
|
<p key="p2">{_t(
|
||||||
"Verifying this device will mark it as trusted, and users who have verified with " +
|
"Verifying this device will mark it as trusted, and users who have verified with " +
|
||||||
"you will trust this device.",
|
"you will trust this device.",
|
||||||
)}</p>
|
)}</p>,
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user