mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
UX: clarify descriptions for watched words, style (#20678)
This commit is contained in:
parent
37609897e8
commit
5d03ddfbc8
|
@ -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;
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user