mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-18 05:29:33 +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}
|
||||
onOwnChange={(val) => updateField('wordsToCensor', val)}
|
||||
description={`Specify all unwanted words that
|
||||
you want to hide in text`}
|
||||
you want to hide in text (separated by a new line)`}
|
||||
/>
|
||||
</Box>
|
||||
)
|
||||
|
Reference in New Issue
Block a user