From 798ab389eeefeb9f6d1563a97fcbbd77b93ca6c1 Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Thu, 30 Jan 2025 15:59:36 -0800 Subject: [PATCH] Improved desc of use_email_for_username_and_name_suggestions (#31081) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 2867b6a4968..dcc22bd815e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2732,7 +2732,7 @@ en: create_revision_on_bulk_topic_moves: "Create revision for first posts when topics are moved into a new category in bulk." allow_changing_staged_user_tracking: "Allow a staged user's category and tag notification preferences to be changed by an admin user." - use_email_for_username_and_name_suggestions: "Use the first part of email addresses for username and name suggestions. Warning: This can make it easier for bad actors to discover your members' full email address (because a large proportion of people share common serves like `gmail.com`)." + use_email_for_username_and_name_suggestions: "Use the first part of email addresses for username and name suggestions. Warning: This can make it easier for bad actors to discover the email address of your members (because many people use common email providers like `gmail.com`)." use_name_for_username_suggestions: "Use a user's full name when suggesting usernames." suggest_weekends_in_date_pickers: "Include weekends (Saturday and Sunday) in date picker suggestions (disable this if you use Discourse only on weekdays, Monday through Friday)." show_bottom_topic_map: "Shows the topic map at the bottom of the topic when it has 10 replies or more."