diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-22 13:57:53 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-22 13:57:53 +0700 |
commit | 99e7949ac253f04a207ddf5b5ae97813d1b5a4b1 (patch) | |
tree | c6ba69335a83b87b54741b4d9f8b394860e963f6 /LoginForm.ui.qml | |
parent | 6a07c4d1ebbd20fe5ce8c39d2b2fbfc092790158 (diff) |
fix typo
Diffstat (limited to 'LoginForm.ui.qml')
-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 |