1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-21 12:16:54 +02:00

Remove obsolete TODO comment

Looks perfectly internationalized to me.
This commit is contained in:
Stefan Haller 2024-09-12 18:35:20 +02:00
parent 8a328a553a
commit a91fe517d3

View File

@ -532,7 +532,6 @@ func (self *BranchesController) promptWorktreeBranchDelete(selectedBranch *model
return nil
}
// TODO: i18n
title := utils.ResolvePlaceholderString(self.c.Tr.BranchCheckedOutByWorktree, map[string]string{
"worktreeName": worktree.Name,
"branchName": selectedBranch.Name,