mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-22 15:39:31 +02:00
fix: update title and remove unnecessary period from short description
This commit is contained in:
@@ -104,7 +104,7 @@ export default function Replacer({ title }: ToolComponentProps) {
|
|||||||
<ToolTextResult title={'Repeated text'} value={result} />
|
<ToolTextResult title={'Repeated text'} value={result} />
|
||||||
}
|
}
|
||||||
toolInfo={{
|
toolInfo={{
|
||||||
title: 'Text Replacer',
|
title: 'Repeat text',
|
||||||
description:
|
description:
|
||||||
'This tool allows you to repeat a given text multiple times with an optional separator.'
|
'This tool allows you to repeat a given text multiple times with an optional separator.'
|
||||||
}}
|
}}
|
||||||
|
@@ -4,7 +4,7 @@ import { lazy } from 'react';
|
|||||||
export const tool = defineTool('string', {
|
export const tool = defineTool('string', {
|
||||||
name: 'Repeat text',
|
name: 'Repeat text',
|
||||||
path: 'repeat',
|
path: 'repeat',
|
||||||
shortDescription: 'Repeat text multiple times.',
|
shortDescription: 'Repeat text multiple times',
|
||||||
icon: 'material-symbols-light:replay',
|
icon: 'material-symbols-light:replay',
|
||||||
description:
|
description:
|
||||||
'This tool allows you to repeat a given text multiple times with an optional separator.',
|
'This tool allows you to repeat a given text multiple times with an optional separator.',
|
||||||
|
Reference in New Issue
Block a user