Browse Source

Change layout

wfansh 3 months ago
parent
commit
3092abafa7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/locales/lang/en/layout.ts
  2. 1 1
      src/locales/lang/zh-CN/layout.ts

+ 1 - 1
src/locales/lang/en/layout.ts

@@ -5,7 +5,7 @@ export default {
     dropdownItemDoc: 'Document',
     dropdownItemLoginOut: 'Login Out',
     dropdownItemSwitchPassword: 'Password Change',
-    dropdownItemSwitchDepart: 'Switch Department',
+    dropdownItemSwitchDepart: 'Switch Tenant',
     dropdownItemRefreshCache: 'Clean cache',
     dropdownItemSwitchAccount: 'Account Setting',
     

+ 1 - 1
src/locales/lang/zh-CN/layout.ts

@@ -5,7 +5,7 @@ export default {
     dropdownItemDoc: '官网',
     dropdownItemLoginOut: '退出系统',
     dropdownItemSwitchPassword: '密码修改',
-    dropdownItemSwitchDepart: '切换部门',
+    dropdownItemSwitchDepart: '切换租户',
     dropdownItemRefreshCache: '刷新缓存',
     dropdownItemSwitchAccount: '账户设置',