Fix regex i18n (#1779)

This commit is contained in:
Matt Rubens 2025-03-18 13:00:05 -04:00 committed by GitHub
parent fef4a1c8ed
commit 516f635595
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>