Explorar o código

buttons.setting

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
ffa1491cb0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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>,