From 77947cfa206e9d27820caf09935902e007b07485 Mon Sep 17 00:00:00 2001 From: matt wilkie Date: Sun, 24 Nov 2024 12:39:05 -0700 Subject: [PATCH] doc about manual login, and advise not showing login link --- src/public/translations/en/translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 579bee8a5..d43623153 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1564,8 +1564,8 @@ "share": { "settings_title": "Share Settings", "redirect_bare_domain": "Redirect bare domain to share", - "redirect_bare_domain_description": "When enabled, accessing the root URL (/) will redirect to the share page (/share). Relies on having one more more notes shared, and one having `#shareRoot` attribute defined.", + "redirect_bare_domain_description": "When enabled, accessing the root URL (/) will redirect to the share page (/share). Relies on having one more more notes shared, and one having `#shareRoot` attribute defined. (default: false)", "show_login_in_share": "Show login in share theme", - "show_login_in_share_description": "When enabled, shows a login button in the share theme (default: false)" + "show_login_in_share_description": "When enabled, shows a login button in the share theme (default: false). Probably best to leave it disabled and visit 'my-domain.net/login' manually to login." } }