Skip to content

Commit

Permalink
fix: 中文国际化错误
Browse files Browse the repository at this point in the history
  • Loading branch information
huang authored and kangfenmao committed Jan 3, 2025
1 parent 10b9940 commit 08b0990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/pages/home/Messages/MessageMenubar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const MessageMenubar: FC<Props> = (props) => {
return (
<MenusBar className={`menubar ${isLastMessage && 'show'}`}>
{message.role === 'user' && (
<Tooltip title="Edit" mouseEnterDelay={0.8}>
<Tooltip title={t('common.edit')} mouseEnterDelay={0.8}>
<ActionButton className="message-action-button" onClick={onEdit}>
<EditOutlined />
</ActionButton>
Expand Down

0 comments on commit 08b0990

Please sign in to comment.