mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-14 01:26:24 -04: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:
parent
f3c9443ec8
commit
c27a7e0816
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue