From 79af56259294efc4bd10d87db803053ee883fd18 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 21 Aug 2019 20:58:46 +0700 Subject: fixed button text --- LoginForm.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LoginForm.ui.qml') 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 -- cgit v1.2.3