mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-23 12:18:51 +02:00
Show correct keybinding in tip
This commit is contained in:
parent
b30ec538fb
commit
ed857d1e07
@ -104,7 +104,7 @@ func (gui *Gui) getRandomTip() string {
|
|||||||
),
|
),
|
||||||
fmt.Sprintf(
|
fmt.Sprintf(
|
||||||
"to hard reset onto your current upstream branch, press '%s' in the files panel",
|
"to hard reset onto your current upstream branch, press '%s' in the files panel",
|
||||||
formattedKey(config.Files.ViewResetOptions),
|
formattedKey(config.Commits.ViewResetOptions),
|
||||||
),
|
),
|
||||||
fmt.Sprintf(
|
fmt.Sprintf(
|
||||||
"To push a tag, navigate to the tag in the tags tab and press '%s'",
|
"To push a tag, navigate to the tag in the tags tab and press '%s'",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user