1
0
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:
Stefan Haller
2024-06-30 13:03:55 +02:00
parent f3c9443ec8
commit c27a7e0816

View File

@ -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",