Skip to content

Commit d869c23

Browse files
committed
Fix the useHunkModeInStagingView hint in the breaking changes message
1 parent 0262a8d commit d869c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/i18n/english.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2139,7 +2139,7 @@ git:
21392139
- The default selection mode in the staging and custom patch building views has been changed to hunk mode. This is the more useful mode in most cases, as it usually saves a lot of keystrokes. If you want to switch back to the old line mode default, you can do so by adding the following to your config:
21402140
21412141
gui:
2142-
useHunkSelectionMode: false
2142+
useHunkModeInStagingView: false
21432143
`,
21442144
},
21452145
}

0 commit comments

Comments
 (0)