diff --git a/VoiceInk/Views/LanguageSelectionView.swift b/VoiceInk/Views/LanguageSelectionView.swift index 4a157b4..8726767 100644 --- a/VoiceInk/Views/LanguageSelectionView.swift +++ b/VoiceInk/Views/LanguageSelectionView.swift @@ -94,7 +94,7 @@ struct LanguageSelectionView: View { .foregroundColor(.secondary) Text( - "This model supports multiple languages. You can choose auto-detect or select a specific language." + "This model supports multiple languages. Select a specific language or auto-detect(if available)" ) .font(.caption) .foregroundColor(.secondary)