mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
grammar
This commit is contained in:
parent
e2464e16c6
commit
ace109b0df
1 changed files with 1 additions and 1 deletions
|
|
@ -1857,7 +1857,7 @@ const toolNameToComponent: { [T in ToolName]: { resultWrapper: ResultWrapper<T>,
|
|||
if (rel) info.push(`Only searches in ${rel}`)
|
||||
}
|
||||
if (params.isRegex) {
|
||||
info.push(`Uses regex search`)
|
||||
info.push(`Uses regex in search`)
|
||||
}
|
||||
componentParams.info = info.join('; ')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue