Skip to content

Commit c0dcf7d

Browse files
authored
Fix the useHunkModeInStagingView hint in the breaking changes message (#4800)
`useHunkSelectionMode` must have been a left-over from an earlier iteration of the branch where the config had a different name.
2 parents 0262a8d + d869c23 commit c0dcf7d

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)