Skip to content

Commit

Permalink
refactor: update chinese display name of post editor role (#5224)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/area core
/milestone 2.12.x

#### What this PR does / why we need it:

修改文章编辑角色的显示名称为**文章管理员**,这样会更加直观。

#### Which issue(s) this PR fixes:

Fixes #5221 

#### Does this PR introduce a user-facing change?

```release-note
修改文章编辑角色的显示名称为**文章管理员**。
```
  • Loading branch information
ruibaby authored Jan 22, 2024
1 parent 14580b9 commit 95878b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [ ]
Expand Down

0 comments on commit 95878b3

Please sign in to comment.