summaryrefslogtreecommitdiff
path: root/pages/LoginName.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-16 23:09:40 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-16 23:09:40 +0700
commita6d10af0ef5c1aefe915009d04fa769682aad72c (patch)
tree0acd4a4b9cb043b038e7e5ff7d481a9b692b21fd /pages/LoginName.qml
parent8b7db3fa2581c219805abb1471b75a51f1f0fa21 (diff)
change `instructionLabel.text` and `placeholderText`
Diffstat (limited to 'pages/LoginName.qml')
-rw-r--r--pages/LoginName.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/LoginName.qml b/pages/LoginName.qml
index 72b069b..edd2643 100644
--- a/pages/LoginName.qml
+++ b/pages/LoginName.qml
@@ -5,7 +5,7 @@ EmailForm {
width: stackView.width
height: stackView.height
backButton.onClicked: stackView.pop()
- instructionLabel.text: qsTr("Enter e-mail")
+ instructionLabel.text: qsTr("Log in")
emailTextField.onTextChanged: {
if (!emailTextField.text || !loginButton.enabled)