UX: clarify descriptions for watched words, style (#20678)

This commit is contained in:
Kris 2023-03-21 10:40:26 -04:00 committed by GitHub
parent 37609897e8
commit 5d03ddfbc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 8 deletions

View File

@ -317,6 +317,11 @@ table.screened-ip-addresses {
margin-bottom: 1em; margin-bottom: 1em;
} }
.about {
font-size: var(--font-up-1);
max-width: 30em;
}
.watched-word-controls .btn { .watched-word-controls .btn {
margin-bottom: 0.25em; margin-bottom: 0.25em;
margin-right: 0.25em; margin-right: 0.25em;

View File

@ -5527,14 +5527,14 @@ en:
silence: "Silence" silence: "Silence"
link: "Link" link: "Link"
action_descriptions: 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." block: "An error message will be displayed when attempting to create a post containing these words."
censor: "Allow posts containing these words, but replace them with characters that hide the censored words." censor: "Allow posts that contain 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." require_approval: "Require staff approval for posts that contain these words before they can be visible to others."
flag: "Allow posts containing these words, but flag them as inappropriate so moderators can review them." flag: "Allow posts that contain these words, but flag them as inappropriate for review by moderators."
replace: "Replace words in posts with other words" replace: "Replace words in posts with other words."
tag: "Automatically tag topics based on first post" tag: "Automatically tag topics if the first post contains a specific word."
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." 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" link: "Replace words in posts with links."
form: form:
label: "Has word or phrase" label: "Has word or phrase"
placeholder: "Enter word or phrase (* is a wildcard)" placeholder: "Enter word or phrase (* is a wildcard)"