From 5d03ddfbc8779f301a675067f6530a05ea873017 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 21 Mar 2023 10:40:26 -0400 Subject: [PATCH] UX: clarify descriptions for watched words, style (#20678) --- .../stylesheets/common/admin/staff_logs.scss | 5 +++++ config/locales/client.en.yml | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/common/admin/staff_logs.scss b/app/assets/stylesheets/common/admin/staff_logs.scss index a3252cc1d6d..32ea8af901c 100644 --- a/app/assets/stylesheets/common/admin/staff_logs.scss +++ b/app/assets/stylesheets/common/admin/staff_logs.scss @@ -317,6 +317,11 @@ table.screened-ip-addresses { margin-bottom: 1em; } + .about { + font-size: var(--font-up-1); + max-width: 30em; + } + .watched-word-controls .btn { margin-bottom: 0.25em; margin-right: 0.25em; diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index a55cc7b98cd..818f1fedf04 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -5527,14 +5527,14 @@ en: silence: "Silence" link: "Link" action_descriptions: - block: "Prevent posts containing these words from being posted. The user will see an error message when they try to submit their post." - censor: "Allow posts containing these words, but replace them with characters that hide the censored words." - require_approval: "Posts containing these words will require approval by staff before they can be seen." - flag: "Allow posts containing these words, but flag them as inappropriate so moderators can review them." - replace: "Replace words in posts with other words" - tag: "Automatically tag topics based on first post" - silence: "First posts of users containing these words will require approval by staff before they can be seen and the user will be automatically silenced." - link: "Replace words in posts with links" + block: "An error message will be displayed when attempting to create a post containing these words." + censor: "Allow posts that contain these words, but replace them with characters that hide the censored words." + require_approval: "Require staff approval for posts that contain these words before they can be visible to others." + flag: "Allow posts that contain these words, but flag them as inappropriate for review by moderators." + replace: "Replace words in posts with other words." + tag: "Automatically tag topics if the first post contains a specific word." + silence: "Silence new accounts if their very first post contains any of these words. The post will be automatically hidden until staff approves it." + link: "Replace words in posts with links." form: label: "Has word or phrase" placeholder: "Enter word or phrase (* is a wildcard)"