1
0
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:
Phanindra kumar Paladi 2023-01-18 21:13:31 +05:30
parent d479a41cad
commit 946b8b5670

View File

@ -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',
},