We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df2a4d commit 78abee6Copy full SHA for 78abee6
src/components/chat/ChatHistoryList.tsx
@@ -455,7 +455,7 @@ export const ChatHistoryList: React.FC<ChatHistoryListProps> = ({
455
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"
456
>
457
<PlusCircle size={16}/>
458
- <span className="text-sm">New Chat</span>
+ <span className="text-sm">{t('chat.newChat')}</span>
459
</button>
460
461
</div>
0 commit comments