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