summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorDenis Palashevskii <palash.denis@outlook.com>2021-04-21 17:05:57 +0400
committerJesse Duffield <jessedduffield@gmail.com>2021-07-27 21:30:08 +1000
commitb590397dce7cf5f83dbf2528b30a347fe26d9d67 (patch)
tree253e74c47f4e6f0b634f8b85046e762f455d6c65 /pkg/gui/keybindings.go
parent755cc9f8d895647d2373a7eca784f45f72f26201 (diff)
Update docs
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 5519f1954..f41485ebb 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -550,7 +550,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Contexts: []string{string(LOCAL_BRANCHES_CONTEXT_KEY)},
Key: gui.getKey(config.Branches.ViewPullRequestOptions),
Handler: gui.handleCreatePullRequestMenu,
- Description: gui.Tr.LcCreatePullRequest,
+ Description: gui.Tr.LcCreatePullRequestOptions,
},
{
ViewName: "branches",