From 3daa60510a2e8919e9c885bc091c6532844020f1 Mon Sep 17 00:00:00 2001 From: miruka Date: Sat, 11 Jul 2020 16:20:19 -0400 Subject: [PATCH] DeviceVerification: slightly improve bottom text --- src/gui/Pages/Chat/RoomPane/MemberView/DeviceVerification.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/Pages/Chat/RoomPane/MemberView/DeviceVerification.qml b/src/gui/Pages/Chat/RoomPane/MemberView/DeviceVerification.qml index 04b5934e..6f8e2a26 100644 --- a/src/gui/Pages/Chat/RoomPane/MemberView/DeviceVerification.qml +++ b/src/gui/Pages/Chat/RoomPane/MemberView/DeviceVerification.qml @@ -140,8 +140,8 @@ HFlickableColumnPage { wrapMode: HLabel.Wrap text: qsTr( - "If you already know this user, exchange these info by using" + - " a trusted contact method, such as email or a phone call." + "If you already know this user, compare the info you see us" + + "ing a trusted contact method, such as email or a phone call." ) Layout.fillWidth: true