diff options
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r-- | pages/PasswordForm.ui.qml | 4 |
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 |