Skip to content

Commit 78abee6

Browse files
committed
Fix: New chat text
1 parent 5df2a4d commit 78abee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chat/ChatHistoryList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export const ChatHistoryList: React.FC<ChatHistoryListProps> = ({
455455
className="flex items-center justify-center flex-1 h-full gap-2 pr-2 text-sm font-medium transition-all duration-100 primary-btn-border primary-btn-bg-color primary-btn-text-color"
456456
>
457457
<PlusCircle size={16}/>
458-
<span className="text-sm">New Chat</span>
458+
<span className="text-sm">{t('chat.newChat')}</span>
459459
</button>
460460

461461
</div>

0 commit comments

Comments
 (0)