mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
fix: title, desc, spaces and placeholders
This commit is contained in:
parent
f0af67ef03
commit
a50bfd5130
3 changed files with 8 additions and 11 deletions
|
@ -1,11 +1,10 @@
|
|||
import { Search } from '@vicons/tabler';
|
||||
import { defineTool } from '../tool';
|
||||
import { translate } from '@/plugins/i18n.plugin';
|
||||
|
||||
export const tool = defineTool({
|
||||
name: translate('tools.smart-text-replacer.title'),
|
||||
name: 'Smart Text Replacer and Linebreaker',
|
||||
path: '/smart-text-replacer',
|
||||
description: translate('tools.smart-text-replacer.description'),
|
||||
description: 'Search and replace a word on single or multiple occurrences just like windows notepad search and replace. Also allows to manage linebreaking and text splitting',
|
||||
keywords: ['smart', 'text-replacer', 'linebreak', 'remove', 'add', 'split', 'search', 'replace'],
|
||||
component: () => import('./smart-text-replacer.vue'),
|
||||
icon: Search,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue