diff --git a/src/app/constant/JamiStrings.qml b/src/app/constant/JamiStrings.qml index 55bbe8348759c77c34274708f45ac35ec224910c..e4c314c9775b946a96a6d84fc085892ea4712424 100644 --- a/src/app/constant/JamiStrings.qml +++ b/src/app/constant/JamiStrings.qml @@ -614,7 +614,7 @@ Item { property string connectFromAnotherDevice: qsTr("Link device") property string importButton: qsTr("Import") property string pin: qsTr("Enter the PIN code") - property string importFromDeviceDescription: qsTr("To use an existing Jami model on this device, you need to obtain a PIN (define PIN) code.") + property string importFromDeviceDescription: qsTr("A PIN is required to use an existing Jami account on this device.") property string importStep1: qsTr("Step 01") property string importStep2: qsTr("Step 02") property string importStep3: qsTr("Step 03")