summaryrefslogtreecommitdiff
path: root/pages/LoginName.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-16 23:57:59 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-16 23:57:59 +0700
commitacf879ebafaa870fc5ef942effa660a08041557e (patch)
treed041481e384cfe827e96ce30699b17d43f16135f /pages/LoginName.qml
parent76d2b079e4f3f3b0a1a6d6505ced056cdc42f60a (diff)
changed instructionText 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 edd2643..9294056 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("Log in")
+ instructionLabel.text: qsTr("Enter your email")
emailTextField.onTextChanged: {
if (!emailTextField.text || !loginButton.enabled)