1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-13 11:50:28 +02:00

Fix wording

This commit is contained in:
Jesse Duffield 2023-07-16 18:21:38 +10:00
parent ae0193698e
commit 4b2622d93b

View File

@ -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)