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

chore: string update

parent 5b3669df
No related branches found
No related tags found
1 merge request!39QDS-11913 minor issues and flipable item update
Pipeline #67372 passed
......@@ -41,7 +41,7 @@ Item {
Button {
id: scanQrCode
text: qsTr("Scan QR Code")
text: qsTr("Scan QR code")
onClicked: backend.scanQrCode()
Layout.fillWidth: true
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
......@@ -71,7 +71,7 @@ Item {
projectList.enabled = true;
downloadUserProject.enabled = true;
} else {
projectList.displayText = qsTr("No projects are available");
projectList.displayText = qsTr("No project is available");
projectList.enabled = false;
downloadUserProject.enabled = false;
}
......
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