🌐 style: 更新插件文案

This commit is contained in:
arvinxx
2023-07-24 23:02:53 +08:00
parent 8693622a5e
commit 04113351c8

View File

@@ -38,7 +38,7 @@ const MessageExtra = ({ role, extra, function_call }: ChatMessage): ReactNode =>
) : (
<Icon icon={LucideToyBrick} />
)}
{t(`plugin-${function_call?.name}` as any)}
{t(`plugins:${function_call?.name}` as any)}
</Tag>
</Tooltip>
);