Update PageSetupWizardCredentials.qml

This commit is contained in:
KsZnak
2024-02-04 22:02:47 +02:00
committed by GitHub
parent fd98ef1250
commit e0cde9f138
@@ -49,7 +49,7 @@ PageType {
Layout.fillWidth: true
headerText: qsTr("Server IP address [:port]")
textFieldPlaceholderText: qsTr("255.255.255.255:88")
textFieldPlaceholderText: qsTr("255.255.255.255:22")
textField.validator: RegularExpressionValidator {
regularExpression: InstallController.ipAddressPortRegExp()
}