feat: translate graph and chat text (#1433)
translate graph and chat text
This commit is contained in:
@@ -53,7 +53,7 @@ const FlowSide = ({ setCollapsed, collapsed }: IProps) => {
|
||||
<OperatorIcon name={x.name}></OperatorIcon>
|
||||
<section>
|
||||
<Tooltip title={t(`${lowerFirst(x.name)}Description`)}>
|
||||
<b>{x.name}</b>
|
||||
<b>{t(lowerFirst(x.name))}</b>
|
||||
</Tooltip>
|
||||
</section>
|
||||
</Flex>
|
||||
|
||||
Reference in New Issue
Block a user