GODT-2086: Changing the wording for signing in.

This commit is contained in:
Xavier Michelon
2022-11-15 13:25:39 +01:00
committed by James Houlahan
parent ed2d70dd15
commit 27cbcc6f5e

View File

@ -259,7 +259,7 @@ FocusScope {
Button {
colorScheme: root.colorScheme
id: signInButton
text: qsTr("Sign in")
text: loading ? qsTr("Signing in") : qsTr("Sign in")
Layout.fillWidth: true
Layout.topMargin: 24