l10n: Change spelling of "webdav"

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2020-02-24 11:14:34 +01:00 committed by GitHub
parent 62bc9d025e
commit b936cc1f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -404,7 +404,7 @@ void OwncloudSetupWizard::slotAuthError()
// Something else went wrong, maybe the response was 200 but with invalid data. // Something else went wrong, maybe the response was 200 but with invalid data.
} else { } else {
errorMsg = tr("There was an invalid response to an authenticated webdav request"); errorMsg = tr("There was an invalid response to an authenticated WebDAV request");
} }
// bring wizard to top // bring wizard to top