mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
I18n Translations (#2267)
* rebase * i18n-1 * add error info i18n * fix * fix * refactor: 删除error.json * delete useI18n
This commit is contained in:
@@ -104,7 +104,7 @@ const Account = ({ currentTab }: { currentTab: TabEnum }) => {
|
||||
];
|
||||
|
||||
const { openConfirm, ConfirmModal } = useConfirm({
|
||||
content: '确认退出登录?'
|
||||
content: t('common:support.user.logout.confirm')
|
||||
});
|
||||
|
||||
const router = useRouter();
|
||||
|
Reference in New Issue
Block a user