From acf879ebafaa870fc5ef942effa660a08041557e Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 16 Sep 2019 23:57:59 +0700 Subject: changed instructionText and placeholderText --- pages/LoginName.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/LoginName.qml') 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) -- cgit v1.2.3