From 824c2679bedbeda46a05aaa286ff8313b0a2074d Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Fri, 19 Jul 2024 11:23:27 -0700 Subject: [PATCH] removed ambiguous language from `enable names` site setting --- 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 5d8ba4ea395..119736a90fd 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2462,7 +2462,7 @@ en: max_prints_per_hour_per_user: "Maximum number of /print page impressions (set to 0 to disable printing)" full_name_required: "Full name is a required field of a user's profile." - enable_names: "Show the user's full name on their profile, user card, and emails. Disable to hide full name everywhere." + enable_names: "Show the user's full name on their profile and user card." display_name_on_posts: "Show a user's full name on their posts in addition to their @username." show_time_gap_days: "If two posts are made this many days apart, display the time gap in the topic." short_progress_text_threshold: "After the number of posts in a topic goes above this number, the progress bar will only show the current post number. If you change the progress bar's width, you may need to change this value."