diff --git a/VoiceInk/Views/Dictionary/EditReplacementSheet.swift b/VoiceInk/Views/Dictionary/EditReplacementSheet.swift index 0ac4de8..5b3e315 100644 --- a/VoiceInk/Views/Dictionary/EditReplacementSheet.swift +++ b/VoiceInk/Views/Dictionary/EditReplacementSheet.swift @@ -62,7 +62,7 @@ struct EditReplacementSheet: View { } private var descriptionSection: some View { - Text("Update the word or phrase that should be automatically replaced during AI enhancement.") + Text("Update the word or phrase that should be automatically replaced.") .font(.subheadline) .foregroundColor(.secondary) .frame(maxWidth: .infinity, alignment: .leading) diff --git a/VoiceInk/Views/Dictionary/WordReplacementView.swift b/VoiceInk/Views/Dictionary/WordReplacementView.swift index a8a6aa7..2f871a2 100644 --- a/VoiceInk/Views/Dictionary/WordReplacementView.swift +++ b/VoiceInk/Views/Dictionary/WordReplacementView.swift @@ -202,7 +202,7 @@ struct AddReplacementSheet: View { ScrollView { VStack(spacing: 20) { // Description - Text("Define a word or phrase to be automatically replaced during AI enhancement.") + Text("Define a word or phrase to be automatically replaced.") .font(.subheadline) .foregroundColor(.secondary) .frame(maxWidth: .infinity, alignment: .leading)