📝 docs(Table): simplify table description for cleaner UI

This commit is contained in:
t0ng7u
2025-07-19 02:45:41 +08:00
parent 3b3ae9c0dd
commit 6a827fc7b9
7 changed files with 8 additions and 10 deletions

View File

@@ -336,7 +336,7 @@ const HeaderBar = ({ onMobileMenuToggle, drawerOpen }) => {
>
<div className="flex items-center gap-2">
<IconKey size="small" className="text-gray-500 dark:text-gray-400" />
<span>{t('API令牌')}</span>
<span>{t('令牌管理')}</span>
</div>
</Dropdown.Item>
<Dropdown.Item

View File

@@ -56,7 +56,7 @@ const SiderBar = ({ onNavigate = () => { } }) => {
: 'tableHiddle',
},
{
text: t('API令牌'),
text: t('令牌管理'),
itemKey: 'token',
to: '/token',
},