Skip to content

Commit 516f635

Browse files
authored
Fix regex i18n (#1779)
1 parent fef4a1c commit 516f635

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,13 @@ export const ChatRowContent = ({
418418
<Trans
419419
i18nKey="chat:directoryOperations.wantsToSearch"
420420
components={{ code: <code>{tool.regex}</code> }}
421+
values={{ regex: tool.regex }}
421422
/>
422423
) : (
423424
<Trans
424425
i18nKey="chat:directoryOperations.didSearch"
425426
components={{ code: <code>{tool.regex}</code> }}
427+
values={{ regex: tool.regex }}
426428
/>
427429
)}
428430
</span>

0 commit comments

Comments
 (0)