summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index a7b4e0705..7a2f5c88a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1131,6 +1131,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "showingGitDiff",
Other: "showing output for:",
+ }, &i18n.Message{
+ ID: "copyCommitShaToClipboard",
+ Other: "copy commit SHA to clipboard",
+ }, &i18n.Message{
+ ID: "copyBranchNameToClipboard",
+ Other: "copy branch name to clipboard",
},
)
}