mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-31 23:19:40 +02:00
Fixed the lable in the custom_patch_options_panel.go
This commit is contained in:
parent
d479a41cad
commit
946b8b5670
@ -29,7 +29,7 @@ func (gui *Gui) handleCreatePatchOptionsMenu() error {
|
||||
Key: 'r',
|
||||
},
|
||||
{
|
||||
Label: "Copy patch to clipboard",
|
||||
Label: "copy patch to clipboard",
|
||||
OnPress: func() error { return gui.copyPatchToClipboard() },
|
||||
Key: 'y',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user