mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-08-28 02:24:49 -05:00
Add missing quote
This commit is contained in:
+1
-1
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user