fix(@desktop/onboarding): replace placeholder text to Password
fixes: #6052
This commit is contained in:
parent
7dbc713dd8
commit
d97ee7a7cd
|
@ -227,7 +227,7 @@ Item {
|
|||
enabled: !loading
|
||||
placeholderText: loading ?
|
||||
qsTr("Connecting...") :
|
||||
qsTr("Enter password")
|
||||
qsTr("Password")
|
||||
textField.echoMode: TextInput.Password
|
||||
Keys.onReturnPressed: {
|
||||
doLogin(textField.text)
|
||||
|
|
Loading…
Reference in New Issue