diff --git a/src/pages/tools/string/censor/index.tsx b/src/pages/tools/string/censor/index.tsx index 6167477..3f6bb60 100644 --- a/src/pages/tools/string/censor/index.tsx +++ b/src/pages/tools/string/censor/index.tsx @@ -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)`} /> )