diff --git a/src/components/views/dialogs/IncomingSasDialog.js b/src/components/views/dialogs/IncomingSasDialog.js index 0095a0cb93..c612043919 100644 --- a/src/components/views/dialogs/IncomingSasDialog.js +++ b/src/components/views/dialogs/IncomingSasDialog.js @@ -151,29 +151,29 @@ export default class IncomingSasDialog extends React.Component { } const userDetailText = [ -
{_t( +
{_t( "Verify this user to mark them as trusted. " + "Trusting users gives you extra peace of mind when using " + "end-to-end encrypted messages.", )}
, -{_t( +
{_t( // NB. Below wording adjusted to singular 'session' until we have // cross-signing "Verifying this user will mark their session as trusted, and " + "also mark your session as trusted to them.", - )}
+ )}, ]; const selfDetailText = [ -{_t( +
{_t( "Verify this device to mark it as trusted. " + "Trusting this device gives you and other users extra peace of mind when using " + "end-to-end encrypted messages.", )}
, -{_t( +
{_t( "Verifying this device will mark it as trusted, and users who have verified with " + "you will trust this device.", - )}
+ )}, ]; return (