Skip to content
Snippets Groups Projects
Verified Commit 5b3669df authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: update translations

parent 8c7646b8
No related branches found
No related tags found
1 merge request!39QDS-11913 minor issues and flipable item update
Pipeline #67369 passed
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
......@@ -34,7 +34,7 @@ Item {
Connections {
target: backend
function onUserHashChanged(){
qrCodeStatus.text = "User registration is completed.\nScan a new QR code to access the shared project from a different user.";
qrCodeStatus.text = qsTr("User registration is completed.\nScan a new QR code to access the shared project from a different user.");
}
}
}
......@@ -71,7 +71,7 @@ Item {
projectList.enabled = true;
downloadUserProject.enabled = true;
} else {
projectList.displayText = "No projects are available";
projectList.displayText = qsTr("No projects are available");
projectList.enabled = false;
downloadUserProject.enabled = false;
}
......@@ -79,7 +79,7 @@ Item {
onCurrentIndexChanged: {
displayText = model[currentIndex].appName;
}
displayText: "Scan QR code to access your projects";
displayText: qsTr("Scan QR code to access your projects");
currentIndex: -1
Layout.preferredHeight: 50
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment