From 710a73e35150ff9e01fa82a5f124ebe558e020ee Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Mon, 30 Mar 2026 18:35:55 +0200 Subject: [PATCH] Add missing quote --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },