From ed857d1e07ad55c65729ee5a32cbd86adb322b1a Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 20 May 2023 23:36:34 +1000 Subject: [PATCH] Show correct keybinding in tip --- pkg/gui/command_log_panel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'",