From 8186f1be2e03ebaa94d2d5bc1ae819cceb8f0e6c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 14 Aug 2019 14:08:10 +0100 Subject: [PATCH] delint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/dialogs/DeviceVerifyDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/DeviceVerifyDialog.js b/src/components/views/dialogs/DeviceVerifyDialog.js index 88934baf5f..710a92aa39 100644 --- a/src/components/views/dialogs/DeviceVerifyDialog.js +++ b/src/components/views/dialogs/DeviceVerifyDialog.js @@ -245,7 +245,7 @@ export default class DeviceVerifyDialog extends React.Component { let text; if (MatrixClientPeg.get().getUserId() === this.props.userId) { text = _t("To verify that this device can be trusted, please check that the key you see " + - "in User Settings on that device matches the key below:") + "in User Settings on that device matches the key below:"); } else { text = _t("To verify that this device can be trusted, please contact its owner using some other " + "means (e.g. in person or a phone call) and ask them whether the key they see in their User Settings " +