1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-09 13:47:11 +02:00

Fix a format issue

This commit is contained in:
Cristian Betivu 2021-06-15 20:10:37 +02:00 committed by Jesse Duffield
parent 1aa45b0142
commit b28569a593

View File

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