1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

update cheatsheet

This commit is contained in:
Jesse Duffield
2021-02-09 20:23:20 +11:00
parent 56a573de86
commit c43416891e
5 changed files with 27 additions and 15 deletions

View File

@ -81,6 +81,7 @@ func localisedTitle(mApp *app.App, str string) string {
"search": tr.SearchTitle,
"secondary": tr.SecondaryTitle,
"stash": tr.StashTitle,
"suggestions": tr.SuggestionsTitle,
}
title, ok := contextTitleMap[str]