From 7aa779c160683bcde67d0eb404074b60c6c66ae8 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 25 Jan 2019 17:29:36 +0000 Subject: [PATCH] Remove outdated paragraph promising better verification --- src/components/views/dialogs/DeviceVerifyDialog.js | 3 --- src/i18n/strings/en_EN.json | 1 - 2 files changed, 4 deletions(-) diff --git a/src/components/views/dialogs/DeviceVerifyDialog.js b/src/components/views/dialogs/DeviceVerifyDialog.js index 68a2210814..e84010726d 100644 --- a/src/components/views/dialogs/DeviceVerifyDialog.js +++ b/src/components/views/dialogs/DeviceVerifyDialog.js @@ -253,9 +253,6 @@ export default class DeviceVerifyDialog extends React.Component { "If it doesn't, then someone else is intercepting this device " + "and you probably want to press the blacklist button instead.") }

-

- { _t("In future this verification process will be more sophisticated.") } -

); diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index fdff3d4199..24e5f27e15 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -931,7 +931,6 @@ "Device name": "Device name", "Device key": "Device key", "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.", - "In future this verification process will be more sophisticated.": "In future this verification process will be more sophisticated.", "I verify that the keys match": "I verify that the keys match", "Back": "Back", "Send Custom Event": "Send Custom Event",