mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
Add missing english text
I was looking for empty strings in en.json, that's how I found this one. It resulted in an empty log entry when adding a co-author to an existing commit.
This commit is contained in:
@ -1796,6 +1796,7 @@ func EnglishTranslationSet() *TranslationSet {
|
||||
AmendCommit: "Amend commit",
|
||||
ResetCommitAuthor: "Reset commit author",
|
||||
SetCommitAuthor: "Set commit author",
|
||||
AddCommitCoAuthor: "Add commit co-author",
|
||||
RevertCommit: "Revert commit",
|
||||
CreateFixupCommit: "Create fixup commit",
|
||||
SquashAllAboveFixupCommits: "Squash all above fixup commits",
|
||||
|
Reference in New Issue
Block a user