Skip to content

Commit af9938d

Browse files
Update webview-ui/src/components/settings/AutoApproveSettings.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent 39a0752 commit af9938d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webview-ui/src/components/settings/AutoApproveSettings.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ export const AutoApproveSettings = ({
134134
// Do nothing when no options are enabled
135135
return
136136
}}>
137-
<span className="font-medium">Auto-Approve Enabled</span>
137+
}>
138+
<span className="font-medium">{t("settings:autoApprove.enabled")}</span>
139+
</VSCodeCheckbox>
138140
</VSCodeCheckbox>
139141
</StandardTooltip>
140142
) : (

0 commit comments

Comments
 (0)