From d0e7bbbfd5ebf61bbae48ef4d4e62824bc6c4cab Mon Sep 17 00:00:00 2001 From: Chesterkxng Date: Tue, 8 Jul 2025 21:03:52 +0200 Subject: [PATCH] feat: text censor (tip added to "wordsToCensor" input ) --- src/pages/tools/string/censor/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`} /> )