Преглед изворни кода

:globe_with_meridians: timeline member

visuddhinanda пре 1 година
родитељ
комит
c267963131
1 измењених фајлова са 6 додато и 2 уклоњено
  1. 6 2
      dashboard/src/pages/studio/course/edit.tsx

+ 6 - 2
dashboard/src/pages/studio/course/edit.tsx

@@ -40,7 +40,9 @@ const Widget = () => {
             },
             {
               key: "member",
-              label: `成员`,
+              label: intl.formatMessage({
+                id: "auth.role.member",
+              }),
               children: (
                 <div style={{ display: "flex" }}>
                   <div style={{ flex: 3 }}>
@@ -56,7 +58,9 @@ const Widget = () => {
                       items={[
                         {
                           key: "timeline",
-                          label: "录取记录",
+                          label: intl.formatMessage({
+                            id: "course.member.timeline",
+                          }),
                           children:
                             courseId && selected ? (
                               <CourseMemberTimeLine