mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-22 07:29:39 +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} />
|
||||
}
|
||||
toolInfo={{
|
||||
title: 'Text Replacer',
|
||||
title: 'Repeat text',
|
||||
description:
|
||||
'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', {
|
||||
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.',
|
||||
|
Reference in New Issue
Block a user