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
|
enabled: !loading
|
||||||
placeholderText: loading ?
|
placeholderText: loading ?
|
||||||
qsTr("Connecting...") :
|
qsTr("Connecting...") :
|
||||||
qsTr("Enter password")
|
qsTr("Password")
|
||||||
textField.echoMode: TextInput.Password
|
textField.echoMode: TextInput.Password
|
||||||
Keys.onReturnPressed: {
|
Keys.onReturnPressed: {
|
||||||
doLogin(textField.text)
|
doLogin(textField.text)
|
||||||
|
|
Loading…
Reference in New Issue