From b28569a593c9c90bf50740f485bb3711b2c5ad2b Mon Sep 17 00:00:00 2001 From: Cristian Betivu Date: Tue, 15 Jun 2021 20:10:37 +0200 Subject: Fix a format issue --- scripts/generate_cheatsheet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/generate_cheatsheet.go b/scripts/generate_cheatsheet.go index 6120d4899..e49156377 100644 --- a/scripts/generate_cheatsheet.go +++ b/scripts/generate_cheatsheet.go @@ -82,7 +82,7 @@ func localisedTitle(mApp *app.App, str string) string { "secondary": tr.SecondaryTitle, "stash": tr.StashTitle, "suggestions": tr.SuggestionsTitle, - "extras": tr.ExtrasTitle, + "extras": tr.ExtrasTitle, } title, ok := contextTitleMap[str] -- cgit v1.2.3