From e40bec1123550ba19713e73b244beb8019683cb6 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 31 Aug 2019 11:13:35 +0700 Subject: add ConfrimPasswordForm, changed createPassButton text to "Next" to --- pages/PasswordForm.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/PasswordForm.ui.qml') diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index 757017b..a306c50 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -67,7 +67,7 @@ Rectangle { anchors.bottomMargin: 16 Label { - id: emailAddressLabel + id: emailAddressLabel anchors.right: parent.right anchors.rightMargin: 16 anchors.left: parent.left @@ -102,7 +102,7 @@ Rectangle { id: createPassButton x: 34 y: 278 - text: qsTr("Confirm password") + text: qsTr("Next") font.family: "Google Sans" font.capitalization: Font.MixedCase anchors.right: parent.right -- cgit v1.2.3