Browse Source

add unbound

visuddhinanda 1 year ago
parent
commit
72013a45c4

+ 1 - 0
dashboard/src/locales/en-US/course/index.ts

@@ -62,6 +62,7 @@ const items = {
   "course.table.count.progressing.title": "待审核",
   "course.timeline.all": "全部参课记录",
   "course.timeline.current": "当前课程",
+  "course.channel.unbound": "Unbound",
 };
 
 export default items;

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

@@ -62,6 +62,7 @@ const items = {
   "course.table.count.progressing.title": "待审核",
   "course.timeline.all": "全部参课记录",
   "course.timeline.current": "当前课程",
+  "course.channel.unbound": "未绑定",
 };
 
 export default items;