mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
[CORL-624] add note about word list case-sensitivity (#2607)
* add note about word list case-sensitivity: * fix: removed unused keys * fix: removed unused components * fix: linting and key fix
This commit is contained in:
committed by
Wyatt Johnson
parent
6edb411175
commit
fa3d442b36
@@ -150,7 +150,7 @@ exports[`renders configure wordList 1`] = `
|
||||
<p
|
||||
className="Box-root Typography-root Typography-fieldDescription Typography-colorTextSecondary"
|
||||
>
|
||||
Separate banned words or phrases with a new line.
|
||||
Separate banned words or phrases with a new line. Words/phrases are not case sensitive.
|
||||
</p>
|
||||
<div>
|
||||
<textarea
|
||||
@@ -204,7 +204,7 @@ published (if comments are not pre-moderated).
|
||||
<p
|
||||
className="Box-root Typography-root Typography-fieldDescription Typography-colorTextSecondary"
|
||||
>
|
||||
Separate suspect words or phrases with a new line.
|
||||
Separate suspect words or phrases with a new line. Words/phrases are not case sensitive.
|
||||
</p>
|
||||
<div>
|
||||
<textarea
|
||||
|
||||
Reference in New Issue
Block a user