diff --git a/webview-ui/src/components/chat/CodeIndexPopover.tsx b/webview-ui/src/components/chat/CodeIndexPopover.tsx index fbb2c7a84a..872b31af17 100644 --- a/webview-ui/src/components/chat/CodeIndexPopover.tsx +++ b/webview-ui/src/components/chat/CodeIndexPopover.tsx @@ -1392,7 +1392,7 @@ export const CodeIndexPopover: React.FC = ({ ) : ( )} - {refreshingModels ? "Loading Models..." : "Refresh Models"} + {refreshingModels ? "Loading Models..." : "Retrieve Models"}