From 61ba16ed9265b876f7dfab97af48bdb4bfcd60f3 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Fri, 12 Sep 2025 12:17:21 +0545 Subject: [PATCH] Lable correction --- VoiceInk/Views/Dictionary/EditReplacementSheet.swift | 2 +- VoiceInk/Views/Dictionary/WordReplacementView.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)