fix(@desktop/onboarding): replace placeholder text to Password

fixes: #6052
This commit is contained in:
Kamil K 2022-07-07 16:12:43 +02:00 committed by Michał
parent 7dbc713dd8
commit d97ee7a7cd
1 changed files with 1 additions and 1 deletions

View File

@ -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)