Lable correction
This commit is contained in:
parent
7161bc3f71
commit
61ba16ed92
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user