fix: update title and remove unnecessary period from short description

This commit is contained in:
EugSh
2025-03-07 15:32:15 +03:00
parent eb9e3cbdf9
commit b960db9e79
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ export default function Replacer({ title }: ToolComponentProps) {
<ToolTextResult title={'Repeated text'} value={result} />
}
toolInfo={{
title: 'Text Replacer',
title: 'Repeat text',
description:
'This tool allows you to repeat a given text multiple times with an optional separator.'
}}

View File

@@ -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.',