mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix: fix typo in dialog title
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
c8002bb94e
commit
ac3c391bcf
@ -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"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user