Update UI for dictionary spelling correction

This commit is contained in:
Beingpax 2025-08-23 16:48:34 +05:45
parent 881957793f
commit 0aa8255afe
2 changed files with 2 additions and 2 deletions

View File

@ -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 "
}

View File

@ -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)