mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-02 09:37:03 +00:00
fix(web): optimize i18n name
This commit is contained in:
@@ -89,12 +89,12 @@ export default function App() {
|
||||
const items: TabsProps['items'] = [
|
||||
{
|
||||
key: 'app',
|
||||
label: 'App',
|
||||
label: t('App'),
|
||||
children: renderAppList({ isCollected: false }),
|
||||
},
|
||||
{
|
||||
key: 'collected',
|
||||
label: 'Collected',
|
||||
label: t('collected'),
|
||||
children: renderAppList({ isCollected: true }),
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user