diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-22 15:01:25 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-22 15:01:25 +0800 |
commit | 2679bcec2d5938125634d970f025518c42498628 (patch) | |
tree | e37b3e77009bd09ce39e6bef4c56c1c2ce51b64e | |
parent | 78037a9ee0c16eace9d7582e8f4b91725a552bbb (diff) | |
parent | 99e7949ac253f04a207ddf5b5ae97813d1b5a4b1 (diff) |
Merge remote-tracking branch 'github/development' into development
-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 |