fix up cheatsheet

This commit is contained in:
Jesse Duffield 2021-06-15 08:37:56 +10:00
parent b7b30191f1
commit 2b9df0ea06
5 changed files with 37 additions and 4 deletions

View file

@ -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]