mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
change it to retrieve models
This commit is contained in:
parent
e196ea1bc8
commit
97c98ac2b4
1 changed files with 1 additions and 1 deletions
|
|
@ -1392,7 +1392,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