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." } }