Merge pull request #551 from amnezia-vpn/KsZnak-change-eng-text

Update PageSetupWizardCredentials.qml
This commit is contained in:
pokamest 2024-01-30 15:54:10 -08:00 committed by GitHub
commit 6fde0b6663
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,7 @@ PageType {
property bool hidePassword: true
Layout.fillWidth: true
headerText: qsTr("Password / SSH private key")
headerText: qsTr("Password or SSH private key")
textField.echoMode: hidePassword ? TextInput.Password : TextInput.Normal
buttonImageSource: textFieldText !== "" ? (hidePassword ? "qrc:/images/controls/eye.svg" : "qrc:/images/controls/eye-off.svg")
: ""