mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-18 13:39:31 +02:00
feat: text censor (tip added to "wordsToCensor" input )
This commit is contained in:
@@ -89,7 +89,7 @@ export default function CensorText({
|
|||||||
value={values.wordsToCensor}
|
value={values.wordsToCensor}
|
||||||
onOwnChange={(val) => updateField('wordsToCensor', val)}
|
onOwnChange={(val) => updateField('wordsToCensor', val)}
|
||||||
description={`Specify all unwanted words that
|
description={`Specify all unwanted words that
|
||||||
you want to hide in text`}
|
you want to hide in text (separated by a new line)`}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user