From c27a7e0816ab9bb1f19d2259cc82bdf3faf534b6 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 30 Jun 2024 13:03:55 +0200 Subject: [PATCH] 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. --- pkg/i18n/english.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 949e96b7d..0705d1ffb 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -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",