From c39ffcbb3515c3cd56e68f61bb7cb122008015ca Mon Sep 17 00:00:00 2001 From: hutanglong Date: Sun, 24 Sep 2023 21:51:59 +0800 Subject: [PATCH] edit userName --- threadpool/console-new/src/config/i18n/locales/zh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadpool/console-new/src/config/i18n/locales/zh.ts b/threadpool/console-new/src/config/i18n/locales/zh.ts index 301d4a4b..0d3bdaf3 100644 --- a/threadpool/console-new/src/config/i18n/locales/zh.ts +++ b/threadpool/console-new/src/config/i18n/locales/zh.ts @@ -21,7 +21,7 @@ const zhTranslationMap: { [key: string]: string } = { [STR_MAP.EDIT]: '操作', [STR_MAP.TENANT_MANAGE]: '租户管理', [STR_MAP.PROJECT_MANAGE]: '项目管理', - [STR_MAP.USER_MANAGE]: '用户管理', + [STR_MAP.USER_MANAGE]: '用户权限', [STR_MAP.LOG_MANAGE]: '日志管理', };