Matt Rubens 9 месяцев назад
Родитель
Сommit
516f635595
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      webview-ui/src/components/chat/ChatRow.tsx

+ 2 - 0
webview-ui/src/components/chat/ChatRow.tsx

@@ -418,11 +418,13 @@ export const ChatRowContent = ({
 									<Trans
 										i18nKey="chat:directoryOperations.wantsToSearch"
 										components={{ code: <code>{tool.regex}</code> }}
+										values={{ regex: tool.regex }}
 									/>
 								) : (
 									<Trans
 										i18nKey="chat:directoryOperations.didSearch"
 										components={{ code: <code>{tool.regex}</code> }}
+										values={{ regex: tool.regex }}
 									/>
 								)}
 							</span>