summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
authorFarzad Majidfayyaz <farzadmf@users.noreply.github.com>2020-11-17 22:08:32 -0500
committerJesse Duffield <jessedduffield@gmail.com>2020-11-19 09:43:51 +1100
commit74bb6f001286e254fad3c76fa9e1b05c6b4f5004 (patch)
treee6b42415d2c19bea922ca7dcc70a3ecd00dfe118 /pkg/gui/branches_panel.go
parent79888d3bdeae57bad17db4b0716a5f59e7c2df31 (diff)
Change copy PR mapping to <c-y> and use gui.Tr for the message
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go
index aadb12af4..8aafe0682 100644
--- a/pkg/gui/branches_panel.go
+++ b/pkg/gui/branches_panel.go
@@ -108,7 +108,7 @@ func (gui *Gui) handleCopyPullRequestURLPress(g *gocui.Gui, v *gocui.View) error
}
return gui.createPopupPanel(createPopupPanelOpts{
- prompt: "Pull request URL copied to clipboard",
+ prompt: gui.Tr.PullRequestURLCopiedToClipboard,
})
}