style(个人中心): 更改个人信息菜单的名称

This commit is contained in:
Jianguo-Genius 2024-04-25 17:03:27 +08:00 committed by 刘瑞斌
parent 283009b946
commit 38eac2826a
3 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,7 @@
const isActiveSwitchOrg = ref(false);
const personalMenus = ref([
{
label: t('personal.info'),
label: t('personal.center'),
icon: <MsIcon type="icon-icon-contacts" class="text-[var(--color-text-4)]" />,
event: () => {
personalDrawerVisible.value = true;

View File

@ -17,6 +17,7 @@ export default {
'invite.success': 'Registered successfully',
'invite.overTime': 'The invitation link has expired',
'personal.info': 'My Info',
'personal.center': 'My Center',
'personal.switchOrg': 'Switch Org',
'personal.searchOrgPlaceholder': 'Please enter organization name',
'personal.currentOrg': 'Current org',

View File

@ -17,6 +17,7 @@ export default {
'invite.success': '注册成功',
'invite.overTime': '邀请链接已过期',
'personal.info': '个人信息',
'personal.center': '个人中心',
'personal.switchOrg': '切换组织',
'personal.searchOrgPlaceholder': '请输入组织名称',
'personal.currentOrg': '当前组织',