From 7db1909967f471ec0c6895d552460858c796ee41 Mon Sep 17 00:00:00 2001 From: Prasang Prajapati Date: Wed, 17 Sep 2025 11:06:25 -0400 Subject: [PATCH] change it to retrieve models --- webview-ui/src/components/chat/CodeIndexPopover.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}