Skip to content

Commit

Permalink
Update tool call loading placeholder text for bilingual support
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 6, 2025
1 parent f86c8a2 commit e1f1ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xgen/components/chat/tool/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Index = (props: IProps) => {
{pending ? (
<Loading
chat_id={chat_id}
placeholder={is_cn ? '工具调用中' : 'Calling'}
placeholder={is_cn ? '工具调用请求' : 'Tool call request'}
icon='material-slow_motion_video'
/>
) : (
Expand Down

0 comments on commit e1f1ec9

Please sign in to comment.