1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

fix: fix lint error

This commit is contained in:
Ryooooooga
2022-05-18 20:33:35 +09:00
parent e28d1334e9
commit 9693afd671
10 changed files with 11 additions and 7 deletions

View File

@ -468,7 +468,7 @@ func (self *FilesController) handleAmendCommitPress() error {
}
return self.c.Confirm(types.ConfirmOpts{
Title: strings.Title(self.c.Tr.AmendLastCommit),
Title: self.c.Tr.AmendLastCommitTitle,
Prompt: self.c.Tr.SureToAmend,
HandleConfirm: func() error {
cmdObj := self.git.Commit.AmendHeadCmdObj()