diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 8d4ced26e..3ddf30ca2 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -2198,7 +2198,7 @@ func EnglishTranslationSet() *TranslationSet { Remove: "Removing '{{.filename}}'", CreateFileWithContent: "Creating file '{{.path}}'", AppendingLineToFile: "Appending '{{.line}}' to file '{{.filename}}'", - EditRebaseFromBaseCommit: "Beginning interactive rebase from '{{.baseCommit}}' onto '{{.targetBranchName}}", + EditRebaseFromBaseCommit: "Beginning interactive rebase from '{{.baseCommit}}' onto '{{.targetBranchName}}'", DroppingStash: "Dropping stash %s", PoppingStash: "Popping stash %s", },