From 84201ed8916e144b6438d08a1940d63cea770f62 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 9 Jun 2021 14:20:45 +0100 Subject: [PATCH] zoho: improve wording for region - fixes #5377 --- backend/zoho/zoho.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/zoho/zoho.go b/backend/zoho/zoho.go index acf1dd4af..f6454fec5 100644 --- a/backend/zoho/zoho.go +++ b/backend/zoho/zoho.go @@ -158,7 +158,11 @@ func init() { }, Options: append(oauthutil.SharedOptions, []fs.Option{{ Name: "region", - Help: "Zoho region to connect to. You'll have to use the region you organization is registered in.", + Help: `Zoho region to connect to. + +You'll have to use the region your organization is registered in. If +not sure use the same top level domain as you connect to in your +browser.`, Examples: []fs.OptionExample{{ Value: "com", Help: "United states / Global",