Skip to content

Commit 29d2679

Browse files
committed
fix: update enhancement mode descriptions for accuracy
- Default: Remove "lists" mention since we preserve natural flow - Prompts: Emphasize "clear, actionable" output - Email: Specify all components (subject, greeting, signature) - Commit: Add examples of conventional types (feat, fix, docs) Descriptions now accurately reflect what each mode does.
1 parent 84dac26 commit 29d2679

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/EnhancementSettings.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ export function EnhancementSettings({ settings, onSettingsChange, disabled = fal
7777

7878
{/* Mode description */}
7979
<p className="text-sm text-muted-foreground">
80-
{settings.preset === "Default" && "Comprehensive cleaning with grammar, spelling, formatting, and lists"}
81-
{settings.preset === "Prompts" && "Transforms speech into well-structured AI prompts"}
82-
{settings.preset === "Email" && "Formats speech into professional emails with subject and greeting"}
83-
{settings.preset === "Commit" && "Creates conventional commit messages with type and scope"}
80+
{settings.preset === "Default" && "Clean transcription with grammar, spelling, and punctuation fixes"}
81+
{settings.preset === "Prompts" && "Transform speech into clear, actionable AI prompts"}
82+
{settings.preset === "Email" && "Format as professional email with subject, greeting, and signature"}
83+
{settings.preset === "Commit" && "Create conventional commit message (feat, fix, docs, etc.)"}
8484
</p>
8585
</div>
8686
</div>

0 commit comments

Comments
 (0)