Update UI for dictionary spelling correction
This commit is contained in:
parent
881957793f
commit
0aa8255afe
@ -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 "
|
||||
}
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user