From 2d2531c593b5625ffa50fd96ad109ced778f7087 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 8 Nov 2025 18:40:59 +0000 Subject: [PATCH] fix: Update shell integration warning message to reference 'Use Inline Terminal' setting - Fixed misleading warning message that referenced non-existent 'Disable shell integration' option - Updated to correctly guide users to the 'Use Inline Terminal' setting in Terminal section - This resolves the confusion reported in issue #9135 Fixes #9135 --- webview-ui/src/i18n/locales/en/chat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/i18n/locales/en/chat.json b/webview-ui/src/i18n/locales/en/chat.json index 7e03a008d6..c344de28b8 100644 --- a/webview-ui/src/i18n/locales/en/chat.json +++ b/webview-ui/src/i18n/locales/en/chat.json @@ -353,7 +353,7 @@ "profileViolationWarning": "The current profile isn't compatible with your organization's settings", "shellIntegration": { "title": "Command Execution Warning", - "description": "Your command is being executed without VSCode terminal shell integration. To suppress this warning you can disable shell integration in the Terminal section of the Roo Code settings or troubleshoot VSCode terminal integration using the link below.", + "description": "Your command is being executed without VSCode terminal shell integration. To suppress this warning, enable the Use Inline Terminal option in the Terminal section of the Roo Code settings, or troubleshoot VSCode terminal integration using the link below.", "troubleshooting": "Click here for shell integration documentation." }, "ask": {