forked from Silverfish/proton-bridge
GODT-2086: Changing the wording for signing in.
This commit is contained in:
committed by
James Houlahan
parent
ed2d70dd15
commit
27cbcc6f5e
@ -259,7 +259,7 @@ FocusScope {
|
|||||||
Button {
|
Button {
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
id: signInButton
|
id: signInButton
|
||||||
text: qsTr("Sign in")
|
text: loading ? qsTr("Signing in") : qsTr("Sign in")
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: 24
|
Layout.topMargin: 24
|
||||||
|
|||||||
Reference in New Issue
Block a user