i18n: localize stop button aria-label with chat.stopGeneration key across dictionaries

This commit is contained in:
Biki Kalita
2026-01-29 19:10:25 +05:30
parent f8a0ebd149
commit f2c8fea58d
5 changed files with 5 additions and 1 deletions

View File

@@ -563,7 +563,7 @@ export const ChatInput = forwardRef<ChatInputRef, ChatInputProps>(
size="sm"
variant="destructive"
className="h-8 w-8 p-0 rounded-xl shadow-sm"
aria-label="Stop generation"
aria-label={dict.chat.stopGeneration}
>
<Square className="h-4 w-4" />
</Button>