소스 검색

forms.fields.created-at.label

visuddhinanda 11 달 전
부모
커밋
7d696d23ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard-v4/dashboard/src/components/channel/ChannelTable.tsx

+ 1 - 1
dashboard-v4/dashboard/src/components/channel/ChannelTable.tsx

@@ -246,7 +246,7 @@ const ChannelTableWidget = ({
           },
           },
           {
           {
             title: intl.formatMessage({
             title: intl.formatMessage({
-              id: "dict.fields.createdAt.label",
+              id: "forms.fields.created-at.label",
             }),
             }),
             key: "progress",
             key: "progress",
             hideInTable: typeof chapter === "undefined",
             hideInTable: typeof chapter === "undefined",