fix: adjusting CSV Meta file for consistency

This commit is contained in:
Chesterkxng
2025-04-10 19:02:29 +02:00
parent b51642c955
commit a53dfc7c15
8 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ import { defineTool } from '@tools/defineTool';
import { lazy } from 'react';
export const tool = defineTool('csv', {
name: 'Find incomplete csv records',
name: 'Find incomplete CSV records',
path: 'find-incomplete-csv-records',
icon: 'tdesign:search-error',
description: