summaryrefslogtreecommitdiffstats
path: root/pkg/gui
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-16 18:21:38 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:22 +1000
commit4b2622d93be8d2daa0a4fbf6fe2f765414d9d72c (patch)
tree9aa77f912d7776ec7a0fbdbbad93a88ab232bc7f /pkg/gui
parentae0193698e3540787b30696fabb8368ee483e9e1 (diff)
Fix wording
Diffstat (limited to 'pkg/gui')
-rw-r--r--pkg/gui/controllers/helpers/worktree_helper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/controllers/helpers/worktree_helper.go b/pkg/gui/controllers/helpers/worktree_helper.go
index 64b518389..321ec3ed0 100644
--- a/pkg/gui/controllers/helpers/worktree_helper.go
+++ b/pkg/gui/controllers/helpers/worktree_helper.go
@@ -65,7 +65,7 @@ func (self *WorktreeHelper) NewWorktree() error {
Title: self.c.Tr.NewWorktreePath,
HandleConfirm: func(path string) error {
return self.c.Prompt(types.PromptOpts{
- Title: self.c.Tr.NewWorktreePath,
+ Title: self.c.Tr.NewWorktreeBranch,
HandleConfirm: func(committish string) error {
return self.c.WithWaitingStatus(self.c.Tr.AddingWorktree, func(gocui.Task) error {
self.c.LogAction(self.c.Tr.Actions.AddWorktree)