mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🌐 style: 更新插件文案
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user