From f8c29fc4a156aea2cb5982fbaca92cdbf50f65a3 Mon Sep 17 00:00:00 2001 From: ovari123 Date: Fri, 2 May 2025 07:11:08 -0400 Subject: [PATCH] JamiStrings.qml: cleanup Change-Id: Ic947a31c4c867cf266018373b2624a745c1fc88c --- src/app/net/jami/Constants/JamiStrings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/net/jami/Constants/JamiStrings.qml b/src/app/net/jami/Constants/JamiStrings.qml index 5cfb8b1f..e065f3e0 100644 --- a/src/app/net/jami/Constants/JamiStrings.qml +++ b/src/app/net/jami/Constants/JamiStrings.qml @@ -605,8 +605,8 @@ Item { property string linkNewDevice: qsTr("Link new device") property string linkDeviceConnecting: qsTr("Connecting to your new device…") property string linkDeviceInProgress: qsTr("The export account operation to the new device is in progress.\nPlease confirm the import on the new device.") - property string linkDeviceScanQR: qsTr("On the new device, initiate a new account.\nSelect Add account -> Connect from another device.\nWhen ready, scan the QR code.") - property string linkDeviceEnterManually: qsTr("Alternatively you could enter the authentication code manually.") + property string linkDeviceScanQR: qsTr("On the new device, initiate a new account.\nSelect Add account → Connect from another device.\nWhen ready, scan the QR code.") + property string linkDeviceEnterManually: qsTr("Alternatively, enter the authentication code manually.") property string linkDeviceEnterCodePlaceholder: qsTr("Enter authentication code") property string linkDeviceAllSet: qsTr("The account was imported successfully.") property string linkDeviceFoundAddress: qsTr("New device found at address below. Is that you?\nClicking on confirm will continue transfering account.")