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 4206c1a..bea97df 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -46,7 +46,7 @@ Rectangle { Button { id: googleButton - text: qsTr("Continue with Button") + text: qsTr("Continue with Google") y: 419 height: 36 |