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