diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-21 20:58:46 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-21 20:58:46 +0700 |
commit | 79af56259294efc4bd10d87db803053ee883fd18 (patch) | |
tree | 7126806c3a812d4e73bb1330fb2efac1720c1780 | |
parent | 5e6cf1cd8b1bb01369fa0cfeff4f9a6f3ad20bf0 (diff) |
fixed button text
-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 |