fix: fix typo in dialog title

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2025-08-26 11:07:09 +02:00
parent c8002bb94e
commit ac3c391bcf
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

View File

@ -22,7 +22,7 @@ WizardProxySettingsDialog::WizardProxySettingsDialog(QUrl serverURL,
_ui.setupUi(this);
setWindowModality(Qt::WindowModal);
setWindowTitle(tr("Proxy Settigs", "Dialog window title for proxy settings"));
setWindowTitle(tr("Proxy Settings", "Dialog window title for proxy settings"));
_ui.hostLineEdit->setPlaceholderText(tr("Hostname of proxy server"));
_ui.userLineEdit->setPlaceholderText(tr("Username for proxy server"));