This commit is contained in:
Saoud Rizwan
2024-10-16 10:21:25 -04:00
parent 5a94f6434b
commit 82229faffe

View File

@@ -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>