summaryrefslogtreecommitdiff
path: root/pages/PasswordForm.ui.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-31 11:13:35 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-31 11:13:35 +0700
commite40bec1123550ba19713e73b244beb8019683cb6 (patch)
treec72e68f6482dba769e72e5afe0f62ef08fc3d0f8 /pages/PasswordForm.ui.qml
parent3af8c0beee1e2c331f562a90ffaacd07fd8c0265 (diff)
add ConfrimPasswordForm, changed createPassButton text to "Next" to
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r--pages/PasswordForm.ui.qml4
1 files changed, 2 insertions, 2 deletions
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