text:qsTr("No user code is registered. To access your shared projects;")
text:qsTr("No user is registered. To access your shared projects:")
font.pixelSize:12
horizontalAlignment:Text.AlignHCenter
verticalAlignment:Text.AlignVCenter
...
...
@@ -28,7 +28,7 @@ Item {
Connections{
target:backend
functiononUserRegistered(){
qrCodeStatus.text="QR Code Registered\nYou can simply scan a new QR code to register another user.";
qrCodeStatus.text="User registration is completed.\nScan a new QR code to access the shared project from a different user.";
qrCodeInstructions.text="";
}
}
...
...
@@ -36,7 +36,7 @@ Item {
Text{
id:qrCodeInstructions
text:qsTr("1. Open a project with Design Studio (4.4 or later)\n2. Click \"File\" menu from top and select \"Share Application Online\"\n3. Scan the QR code on the screen")
text:qsTr("1. Open the project with Design Studio (4.4 or later).\n2. Select File -> Share Application Online.\n3. Scan the QR code.")