mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
change it to retrieve models
This commit is contained in:
parent
89495dd90b
commit
7db1909967
1 changed files with 1 additions and 1 deletions
|
|
@ -1418,7 +1418,7 @@ export const CodeIndexPopover: React.FC<CodeIndexPopoverProps> = ({
|
|||
) : (
|
||||
<span className="codicon codicon-refresh" />
|
||||
)}
|
||||
{refreshingModels ? "Loading Models..." : "Refresh Models"}
|
||||
{refreshingModels ? "Loading Models..." : "Retrieve Models"}
|
||||
</div>
|
||||
</VSCodeButton>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue