diff --git a/src/pages/tools/string/statistic/index.tsx b/src/pages/tools/string/statistic/index.tsx index 352aa58..4ca3059 100644 --- a/src/pages/tools/string/statistic/index.tsx +++ b/src/pages/tools/string/statistic/index.tsx @@ -257,20 +257,20 @@ export default function Truncate({ updateField('wordCount', value)} - title="Words Frequency" - description="Add the word frequency statistics" + title="Word Frequency Analysis" + description="Count how often each word appears in the text" /> updateField('characterCount', value)} - title="Characters Frequency" - description="Add the character frequency statistics" + title="Character Frequency Analysis" + description="Count how often each character appears in the text" /> updateField('emptyLines', value)} - title="Empty Lines" - description="Include empty lines in the count" + title="Include Empty Lines" + description="Include blank lines when counting lines" /> )