feat: text censor (tip added to "wordsToCensor" input )

This commit is contained in:
Chesterkxng
2025-07-08 21:03:52 +02:00
parent eff16d69a8
commit d0e7bbbfd5

View File

@@ -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>
)