From e4861497be4a24aacaa44cc321abbd4a7e76dc55 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Wed, 31 Jan 2024 10:50:38 +0100 Subject: [PATCH] Update src/tools/text-to-unicode/index.ts --- src/tools/text-to-unicode/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/text-to-unicode/index.ts b/src/tools/text-to-unicode/index.ts index bb3efa14..885cfc99 100644 --- a/src/tools/text-to-unicode/index.ts +++ b/src/tools/text-to-unicode/index.ts @@ -4,7 +4,7 @@ import { defineTool } from '../tool'; export const tool = defineTool({ name: 'Text to Unicode', path: '/text-to-unicode', - description: 'Parse and convert Text to Unicode', + description: 'Parse and convert text to unicode and vice-versa', keywords: ['text', 'to', 'unicode'], component: () => import('./text-to-unicode.vue'), icon: TextWrap,