mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix regex i18n (#1779)
This commit is contained in:
parent
fef4a1c8ed
commit
516f635595
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue