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

This commit is contained in:
t0ng7u
2025-07-19 02:45:41 +08:00
parent f5a0b92756
commit 75c51ab81a
7 changed files with 8 additions and 10 deletions
+1 -1
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
+1 -1
View File
@@ -56,7 +56,7 @@ const SiderBar = ({ onNavigate = () => { } }) => {
: 'tableHiddle',
},
{
text: t('API令牌'),
text: t('令牌管理'),
itemKey: 'token',
to: '/token',
},