Browse Source

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

visuddhinanda 2 năm trước cách đây
mục cha
commit
d8ed208875
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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": "群组",
 };