From 4b2622d93be8d2daa0a4fbf6fe2f765414d9d72c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 16 Jul 2023 18:21:38 +1000 Subject: [PATCH] Fix wording --- pkg/gui/controllers/helpers/worktree_helper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)