mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
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 {
|
||||
colorScheme: root.colorScheme
|
||||
id: signInButton
|
||||
text: qsTr("Sign in")
|
||||
text: loading ? qsTr("Signing in") : qsTr("Sign in")
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 24
|
||||
|
||||
Reference in New Issue
Block a user