mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-18 22:02:08 +05:30
feat: text censor (tip added to "wordsToCensor" input )
This commit is contained in:
parent
eff16d69a8
commit
d0e7bbbfd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue