We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0fdd7 commit 148851eCopy full SHA for 148851e
freewrite/ContentView.swift
@@ -786,7 +786,7 @@ struct ContentView: View {
786
Button(action: {
787
backspaceDisabled.toggle()
788
}) {
789
- Text(backspaceDisabled ? "Turn On Backspace" : "Turn Off Backspace")
+ Text(backspaceDisabled ? "Backspace is Off" : "Backspace is On")
790
.foregroundColor(isHoveringBackspaceToggle ? textHoverColor : textColor)
791
}
792
.buttonStyle(.plain)
0 commit comments