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.")