summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-20 23:36:34 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-05-20 23:36:34 +1000
commited857d1e07ad55c65729ee5a32cbd86adb322b1a (patch)
tree012835fab3da0f4e91fc7bb0b1932a5aa7ed9a81 /pkg
parentb30ec538fb59ea0a0bb6a8a65456d433f3989075 (diff)
Show correct keybinding in tip
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/command_log_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/command_log_panel.go b/pkg/gui/command_log_panel.go
index c0aa83bec..0a5ccfae3 100644
--- a/pkg/gui/command_log_panel.go
+++ b/pkg/gui/command_log_panel.go
@@ -104,7 +104,7 @@ func (gui *Gui) getRandomTip() string {
),
fmt.Sprintf(
"to hard reset onto your current upstream branch, press '%s' in the files panel",
- formattedKey(config.Files.ViewResetOptions),
+ formattedKey(config.Commits.ViewResetOptions),
),
fmt.Sprintf(
"To push a tag, navigate to the tag in the tags tab and press '%s'",