Skip to content

Commit 148851e

Browse files
committed
copy chage
1 parent 8d0fdd7 commit 148851e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freewrite/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ struct ContentView: View {
786786
Button(action: {
787787
backspaceDisabled.toggle()
788788
}) {
789-
Text(backspaceDisabled ? "Turn On Backspace" : "Turn Off Backspace")
789+
Text(backspaceDisabled ? "Backspace is Off" : "Backspace is On")
790790
.foregroundColor(isHoveringBackspaceToggle ? textHoverColor : textColor)
791791
}
792792
.buttonStyle(.plain)

0 commit comments

Comments
 (0)