mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Fix a format issue
This commit is contained in:
parent
1aa45b0142
commit
b28569a593
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue