mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Use 'M' for months in branches panel
This commit is contained in:
parent
142f06357f
commit
9b24995990
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ var periods = []period{
|
|||
{"h", SECONDS_IN_HOUR},
|
||||
{"d", SECONDS_IN_DAY},
|
||||
{"w", SECONDS_IN_WEEK},
|
||||
// we're using 'm' for both minutes and months which is ambiguous but
|
||||
// disambiguating with another character feels like overkill.
|
||||
{"m", SECONDS_IN_MONTH},
|
||||
{"M", SECONDS_IN_MONTH},
|
||||
{"y", SECONDS_IN_YEAR},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue