Browse Source

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

Co-authored-by: Matt Rubens <[email protected]>
Hannes Rudolph 11 months ago
parent
commit
6bcb39f0a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webview-ui/src/components/prompts/PromptsView.tsx

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

@@ -1037,7 +1037,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
 								// The React context will update the global state
 								setEnableCustomModeCreation(e.target.checked)
 							}}>
-							<span style={{ fontWeight: "500" }}>Enable Custom Mode Creation</span>
+							<span style={{ fontWeight: "500" }}>Enable Custom Mode Creation Through Prompts</span>
 						</VSCodeCheckbox>
 						<p
 							style={{