From b960db9e791d7820f587453feea181343535cc31 Mon Sep 17 00:00:00 2001 From: EugSh <127679450+EugSh1@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:32:15 +0300 Subject: [PATCH] fix: update title and remove unnecessary period from short description --- src/pages/tools/string/repeat/index.tsx | 2 +- src/pages/tools/string/repeat/meta.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.',