UX: Clarify that admins and mods can accept solutions (#288)

Admins and mods can always accept solutions, even if not specified in the `accept_all_solutions_allowed_groups` setting.
This commit is contained in:
Tobias Eigen 2024-05-13 03:42:07 -07:00 committed by GitHub
parent fac9227417
commit 3e3097a713
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ en:
solved_enabled: "Enable solved plugin, allow users to select solutions for topics" solved_enabled: "Enable solved plugin, allow users to select solutions for topics"
allow_solved_on_all_topics: "Allow users to select solutions on all topics (when unchecked, solutions can be enabled per category or tag)" allow_solved_on_all_topics: "Allow users to select solutions on all topics (when unchecked, solutions can be enabled per category or tag)"
accept_all_solutions_trust_level: "Minimum trust level required to accept solutions on any topic (even when not OP)" accept_all_solutions_trust_level: "Minimum trust level required to accept solutions on any topic (even when not OP)"
accept_all_solutions_allowed_groups: "Groups that are allowed to accept solutions on any topic (even when not OP)" accept_all_solutions_allowed_groups: "Groups that are allowed to accept solutions on any topic (even when not OP). Admins and moderators are always allowed."
empty_box_on_unsolved: "Display an empty box next to unsolved topics" empty_box_on_unsolved: "Display an empty box next to unsolved topics"
solved_quote_length: "Number of characters to quote when displaying the solution under the first post" solved_quote_length: "Number of characters to quote when displaying the solution under the first post"
solved_topics_auto_close_hours: "Auto close topic (n) hours after the last reply once the topic has been marked as solved. Set to 0 to disable auto closing." solved_topics_auto_close_hours: "Auto close topic (n) hours after the last reply once the topic has been marked as solved. Set to 0 to disable auto closing."