summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.qml b/main.qml
index edd1f90..f5f381a 100644
--- a/main.qml
+++ b/main.qml
@@ -27,11 +27,11 @@ ApplicationWindow {
width: parent.width
backButton.visible: false
instructionLabel {
- text: qsTr("Cukup masukkan nama toko Anda, et voilà!")
+ text: qsTr("Darapsa Shop Maker")
font.pointSize: 18
}
emailTextField {
- placeholderText: "Contoh: Tokomata"
+ placeholderText: "Shop name"
validator: RegularExpressionValidator {
regularExpression: /[a-zA-Z0-9]+/
}
@@ -39,7 +39,7 @@ ApplicationWindow {
loginButton.enabled = !loginButton.enabled
}
loginButton {
- text: qsTr("Mulai berjualan!")
+ text: qsTr("Make shop")
onClicked: {
this.enabled = false
busy.running = true