mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Fix a format issue
This commit is contained in:
parent
1aa45b0142
commit
b28569a593
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue