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 <georg.neugschwandtner@gmx.net>
This commit is contained in:
Ivan Andreev 2021-02-21 22:47:06 +03:00
parent 62d5876eb4
commit ac6bb222f9
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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"