diff --git a/src/pages/tools/string/repeat/index.tsx b/src/pages/tools/string/repeat/index.tsx index 78e5f08..0a954e2 100644 --- a/src/pages/tools/string/repeat/index.tsx +++ b/src/pages/tools/string/repeat/index.tsx @@ -104,7 +104,7 @@ export default function Replacer({ title }: ToolComponentProps) { } toolInfo={{ - title: 'Text Replacer', + title: 'Repeat text', description: 'This tool allows you to repeat a given text multiple times with an optional separator.' }} diff --git a/src/pages/tools/string/repeat/meta.ts b/src/pages/tools/string/repeat/meta.ts index 563b2f2..69f5d79 100644 --- a/src/pages/tools/string/repeat/meta.ts +++ b/src/pages/tools/string/repeat/meta.ts @@ -4,7 +4,7 @@ import { lazy } from 'react'; export const tool = defineTool('string', { name: 'Repeat text', path: 'repeat', - shortDescription: 'Repeat text multiple times.', + shortDescription: 'Repeat text multiple times', icon: 'material-symbols-light:replay', description: 'This tool allows you to repeat a given text multiple times with an optional separator.',