diff --git a/client/ui/qml/Pages2/PageSetupWizardCredentials.qml b/client/ui/qml/Pages2/PageSetupWizardCredentials.qml index 3eadb647..4a1af4a5 100644 --- a/client/ui/qml/Pages2/PageSetupWizardCredentials.qml +++ b/client/ui/qml/Pages2/PageSetupWizardCredentials.qml @@ -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") : ""