diff --git a/src/i18n/langs/cn.json b/src/i18n/langs/cn.json index 6936b4157..fe3ecb95f 100644 --- a/src/i18n/langs/cn.json +++ b/src/i18n/langs/cn.json @@ -104,6 +104,7 @@ "Help": "帮助", "Profile": "个人信息", "UserPage": "用户页面", + "AdminPage": "管理员页面", "APIKey": "API Key", "Logout": "退出", "Support": "支持" diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 54d05e495..8b1978458 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -137,7 +137,8 @@ "Profile": "Profile", "APIKey": "API Key", "Logout": "Logout", - "UserPage": "User page" + "UserPage": "User page", + "AdminPage": "Admin page" }, "tree": { "addNode": "Add", diff --git a/src/layout/components/NavHeader/AccountDropdown.vue b/src/layout/components/NavHeader/AccountDropdown.vue index d4ffe3cad..68d749426 100644 --- a/src/layout/components/NavHeader/AccountDropdown.vue +++ b/src/layout/components/NavHeader/AccountDropdown.vue @@ -1,6 +1,6 @@