Lable correction

This commit is contained in:
Beingpax 2025-09-12 12:17:21 +05:45
parent 7161bc3f71
commit 61ba16ed92
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ struct EditReplacementSheet: View {
} }
private var descriptionSection: some 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) .font(.subheadline)
.foregroundColor(.secondary) .foregroundColor(.secondary)
.frame(maxWidth: .infinity, alignment: .leading) .frame(maxWidth: .infinity, alignment: .leading)

View File

@ -202,7 +202,7 @@ struct AddReplacementSheet: View {
ScrollView { ScrollView {
VStack(spacing: 20) { VStack(spacing: 20) {
// Description // 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) .font(.subheadline)
.foregroundColor(.secondary) .foregroundColor(.secondary)
.frame(maxWidth: .infinity, alignment: .leading) .frame(maxWidth: .infinity, alignment: .leading)