diff options
-rw-r--r-- | LoginForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index a796409..cea4a9d 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -35,7 +35,7 @@ Rectangle { Button { id: googleButton - text: qsTr("Button") + text: qsTr("Continue with Button") y: 419 height: 36 |