From a9d85e1fa33cfb0ba2ddf59421b119078166fe90 Mon Sep 17 00:00:00 2001 From: Zoe Date: Thu, 30 Jan 2020 16:27:35 +0000 Subject: [PATCH] lint --- src/components/views/dialogs/IncomingSasDialog.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 (