mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-13 11:50:28 +02:00
Fix wording
This commit is contained in:
parent
ae0193698e
commit
4b2622d93b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user