Skip to content

Commit 6bcb39f

Browse files
Update webview-ui/src/components/prompts/PromptsView.tsx
Co-authored-by: Matt Rubens <[email protected]>
1 parent 445066c commit 6bcb39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/prompts/PromptsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
10371037
// The React context will update the global state
10381038
setEnableCustomModeCreation(e.target.checked)
10391039
}}>
1040-
<span style={{ fontWeight: "500" }}>Enable Custom Mode Creation</span>
1040+
<span style={{ fontWeight: "500" }}>Enable Custom Mode Creation Through Prompts</span>
10411041
</VSCodeCheckbox>
10421042
<p
10431043
style={{

0 commit comments

Comments
 (0)