visuddhinanda 2 лет назад
Родитель
Сommit
ffa1491cb0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      dashboard/src/components/channel/ChannelTable.tsx

+ 2 - 2
dashboard/src/components/channel/ChannelTable.tsx

@@ -362,9 +362,9 @@ const ChannelTableWidget = ({
                     },
                   }}
                 >
-                  <Link to={`/studio/${studioName}/channel/${row.uid}/edit`}>
+                  <Link to={`/studio/${studioName}/channel/${row.uid}/setting`}>
                     {intl.formatMessage({
-                      id: "buttons.edit",
+                      id: "buttons.setting",
                     })}
                   </Link>
                 </Dropdown.Button>,