From 8ca442e9003df21c2597aab534ada92e17f34e06 Mon Sep 17 00:00:00 2001 From: "Ton Hoang Nguyen (Bill)" <32552798+HahaBill@users.noreply.github.com> Date: Thu, 17 Jul 2025 22:05:52 +0100 Subject: [PATCH] fix: change the description for grounding with google search and url context --- webview-ui/src/i18n/locales/en/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/i18n/locales/en/settings.json b/webview-ui/src/i18n/locales/en/settings.json index 674b6b81b4..d0bf38d539 100644 --- a/webview-ui/src/i18n/locales/en/settings.json +++ b/webview-ui/src/i18n/locales/en/settings.json @@ -301,11 +301,11 @@ }, "urlContext": { "title": "Enable URL Context", - "description": "Allows Gemini to access and process URLs for additional context when generating responses. Useful for tasks requiring web content analysis." + "description": "Lets Gemini read linked pages to extract, compare, and synthesize their content into informed responses." }, "groundingSearch": { "title": "Enable Grounding with Google Search", - "description": "Enables Gemini to search Google for current information and ground responses in real-time data. Useful for queries requiring up-to-date information." + "description": "Connects Gemini to real‑time web data for accurate, up‑to‑date answers with verifiable citations." } }, "googleCloudSetup": {