Saoud Rizwan 1 year ago
parent
commit
82229faffe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webview-ui/src/components/settings/SettingsView.tsx

+ 2 - 2
webview-ui/src/components/settings/SettingsView.tsx

@@ -117,7 +117,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
 					<VSCodeCheckbox
 						checked={alwaysAllowReadOnly}
 						onChange={(e: any) => setAlwaysAllowReadOnly(e.target.checked)}>
-						<span style={{ fontWeight: "500" }}>Always allow read-only operations</span>
+						<span style={{ fontWeight: "500" }}>Always approve read-only operations</span>
 					</VSCodeCheckbox>
 					<p
 						style={{
@@ -126,7 +126,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
 							color: "var(--vscode-descriptionForeground)",
 						}}>
 						When enabled, Cline will automatically read files, view directories, and inspect sites without
-						requiring you to click the Allow button.
+						requiring you to click the Approve button.
 					</p>
 				</div>