From 5087daba3f404bd01ca9868f9c2aa933343dfeb6 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 22 Jan 2024 14:16:28 +0800 Subject: [PATCH] refactor: update chinese display name of post editor role Signed-off-by: Ryan Wang --- .../src/main/resources/extensions/role-template-uc-content.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/resources/extensions/role-template-uc-content.yaml b/application/src/main/resources/extensions/role-template-uc-content.yaml index 7b9b42a2e0..eca495a96f 100644 --- a/application/src/main/resources/extensions/role-template-uc-content.yaml +++ b/application/src/main/resources/extensions/role-template-uc-content.yaml @@ -6,7 +6,7 @@ metadata: rbac.authorization.halo.run/system-reserved: "true" annotations: # Currently, yaml definition does not support i18n, please see https://github.com/halo-dev/halo/issues/3573 - rbac.authorization.halo.run/display-name: "编辑者" + rbac.authorization.halo.run/display-name: "文章管理员" rbac.authorization.halo.run/dependencies: | ["role-template-post-editor"] rules: [ ]