diff --git a/backend/webdav/webdav.go b/backend/webdav/webdav.go index d02e54529..631ed110a 100644 --- a/backend/webdav/webdav.go +++ b/backend/webdav/webdav.go @@ -69,10 +69,10 @@ func init() { Help: "Owncloud", }, { Value: "sharepoint", - Help: "Sharepoint Online, authenticated by Microsoft OneDrive account.", + Help: "Sharepoint Online, authenticated by Microsoft account.", }, { Value: "sharepoint-ntlm", - Help: "Sharepoint with NTLM authentication. Usually self-hosted or company instances.", + Help: "Sharepoint with NTLM authentication. Usually self-hosted or on-premises.", }, { Value: "other", Help: "Other site/service or software", diff --git a/docs/content/webdav.md b/docs/content/webdav.md index c7e4f26ae..557e00aec 100644 --- a/docs/content/webdav.md +++ b/docs/content/webdav.md @@ -45,9 +45,9 @@ Choose a number from below, or type in your own value \ "nextcloud" 2 / Owncloud \ "owncloud" - 3 / Sharepoint Online, authenticated by Microsoft OneDrive account. + 3 / Sharepoint Online, authenticated by Microsoft account. \ "sharepoint" - 4 / Sharepoint with NTLM authentication. Usually self-hosted or company instances. + 4 / Sharepoint with NTLM authentication. Usually self-hosted or on-premises. \ "sharepoint-ntlm" 5 / Other site/service or software \ "other"