From eba1296dfde9aae92dd45cba0d6efe092a0662be Mon Sep 17 00:00:00 2001 From: Prakash Joshi Pax <101010368+Beingpax@users.noreply.github.com> Date: Wed, 14 May 2025 12:37:57 +0545 Subject: [PATCH] Update EnhancementSettingsView.swift --- VoiceInk/Views/EnhancementSettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/Views/EnhancementSettingsView.swift b/VoiceInk/Views/EnhancementSettingsView.swift index eea2dc5..73a334b 100644 --- a/VoiceInk/Views/EnhancementSettingsView.swift +++ b/VoiceInk/Views/EnhancementSettingsView.swift @@ -146,7 +146,7 @@ struct EnhancementSettingsView: View { InfoTip( title: "AI Enhancement", - message: "AI enhancement lets you transform transcriptions with different modes like summarize, rewrite, or translate. Configure app-specific settings in Power Mode.", + message: "AI enhancement lets you pass the transcribed audio through LLMS to post-process using different prompts suitable for different use cases like e-mails, summary, writing, etc.", learnMoreURL: "https://www.youtube.com/@tryvoiceink/videos" ) }