summaryrefslogtreecommitdiffstats
path: root/scripts/generate_cheatsheet.go
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate_cheatsheet.go')
-rw-r--r--scripts/generate_cheatsheet.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate_cheatsheet.go b/scripts/generate_cheatsheet.go
index 14076a6ce..6120d4899 100644
--- a/scripts/generate_cheatsheet.go
+++ b/scripts/generate_cheatsheet.go
@@ -82,6 +82,7 @@ func localisedTitle(mApp *app.App, str string) string {
"secondary": tr.SecondaryTitle,
"stash": tr.StashTitle,
"suggestions": tr.SuggestionsTitle,
+ "extras": tr.ExtrasTitle,
}
title, ok := contextTitleMap[str]