From ac6bb222f9ee1c117102f6ed3b0b1c0ba5316ce2 Mon Sep 17 00:00:00 2001 From: Ivan Andreev Date: Sun, 21 Feb 2021 22:47:06 +0300 Subject: [PATCH] webdav: improve terminology in sharepoint-ntlm docs (#2921) The most popular keyword for the Sharepoint in-house or company installations is "On-Premises". "Microsoft OneDrive account" is in fact just a Microsoft account. Co-authored-by: Georg Neugschwandtner --- backend/webdav/webdav.go | 4 ++-- docs/content/webdav.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"