summaryrefslogtreecommitdiffstats
path: root/pkg/cheatsheet
diff options
context:
space:
mode:
authorJoel Baranick <joel.baranick@ensighten.com>2022-09-01 11:25:41 -0700
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 18:35:21 +1000
commitf8ba899b8734db7dcf3ae57cc34939db18a1a414 (patch)
treee909f4582fed5afbead1b0f0717eab1846869195 /pkg/cheatsheet
parent52447e5d46cedda76926dbee36b867674335d508 (diff)
Initial addition of support for worktrees
Diffstat (limited to 'pkg/cheatsheet')
-rw-r--r--pkg/cheatsheet/generate.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/cheatsheet/generate.go b/pkg/cheatsheet/generate.go
index f1e8a3487..112e4c4d5 100644
--- a/pkg/cheatsheet/generate.go
+++ b/pkg/cheatsheet/generate.go
@@ -116,6 +116,7 @@ func localisedTitle(tr *i18n.TranslationSet, str string) string {
"stash": tr.StashTitle,
"suggestions": tr.SuggestionsCheatsheetTitle,
"extras": tr.ExtrasTitle,
+ "worktrees": tr.WorktreesTitle,
}
title, ok := contextTitleMap[str]