浏览代码

"auth.role.reader": "阅读者",

visuddhinanda 2 年之前
父节点
当前提交
d8ed208875
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/locales/zh-Hans/auth/index.ts

+ 1 - 1
dashboard/src/locales/zh-Hans/auth/index.ts

@@ -8,7 +8,7 @@ const items = {
   "auth.role.assistant": "助理老师",
   "auth.role.unknown": "未知",
   "auth.role.delete": "已删除",
-  "auth.role.reader": "阅读",
+  "auth.role.reader": "阅读",
   "auth.type.user": "用户",
   "auth.type.group": "群组",
 };