Fix model selection dropdown bug

This commit is contained in:
Beingpax 2025-07-25 07:49:50 +05:45
parent d31ce5dbf3
commit 5b50a59a45

View File

@ -352,7 +352,7 @@ struct ConfigurationView: View {
// Whisper Model Selection Subsection
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.")
Text("No transcription models available. Download models or configure API keys in the AI Models tab.")
.font(.subheadline)
.foregroundColor(.secondary)
.padding()