diff --git a/VoiceInk/Views/Dictionary/DictionarySettingsView.swift b/VoiceInk/Views/Dictionary/DictionarySettingsView.swift index 31f58d3..9f357ae 100644 --- a/VoiceInk/Views/Dictionary/DictionarySettingsView.swift +++ b/VoiceInk/Views/Dictionary/DictionarySettingsView.swift @@ -11,7 +11,7 @@ struct DictionarySettingsView: View { var description: String { switch self { case .spellings: - return "Train VoiceInk to recognize industry terms, names, and technical words" + return "Add words to help VoiceInk recognize them properly" case .replacements: return "Automatically replace specific words/phrases with custom formatted text " } diff --git a/VoiceInk/Views/Dictionary/DictionaryView.swift b/VoiceInk/Views/Dictionary/DictionaryView.swift index 1fe68b3..5832b20 100644 --- a/VoiceInk/Views/Dictionary/DictionaryView.swift +++ b/VoiceInk/Views/Dictionary/DictionaryView.swift @@ -91,7 +91,7 @@ struct DictionaryView: View { // Information Section GroupBox { Label { - Text("Add words to help VoiceInk recognize them properly (154 chars max, ~25 words). This only works with Whisper models and is independent of AI enhancement.") + Text("Add words to help VoiceInk recognize them properly. (Requires AI enhancement)") .font(.system(size: 12)) .foregroundColor(.secondary) .fixedSize(horizontal: false, vertical: true)