From e2b87b6f4cb755e64280ef865a8388fd3daf2feb Mon Sep 17 00:00:00 2001 From: Beingpax Date: Tue, 24 Jun 2025 18:52:19 +0545 Subject: [PATCH] update UI text --- VoiceInk/Views/LanguageSelectionView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)