diff --git a/VoiceInk/PowerMode/PowerModeConfigView.swift b/VoiceInk/PowerMode/PowerModeConfigView.swift index 36c90b2..bb65ee3 100644 --- a/VoiceInk/PowerMode/PowerModeConfigView.swift +++ b/VoiceInk/PowerMode/PowerModeConfigView.swift @@ -351,8 +351,8 @@ struct ConfigurationView: View { SectionHeader(title: "Transcription") // Whisper Model Selection Subsection - if whisperState.availableModels.isEmpty { - Text("No Whisper models available. Download models in the AI Models tab.") + if whisperState.usableModels.isEmpty { + Text("No transcription models available. Please connect to a cloud service or download a local model in the AI Models tab.") .font(.subheadline) .foregroundColor(.secondary) .padding()