mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +02:00
Fix english rendering if timeago seconds (#17256)
This commit is contained in:
parent
ce43b7b3d9
commit
512a1dfad6
@ -32,7 +32,7 @@
|
||||
"hour": "{{time}} hours",
|
||||
"m": "{{time}}m",
|
||||
"minute": "{{time}} minutes",
|
||||
"s": "s",
|
||||
"s": "{{time}}s",
|
||||
"second": "{{time}} seconds",
|
||||
"formattedTimestamp": {
|
||||
"12hour": "%b %-d, %I:%M:%S %p",
|
||||
|
Loading…
Reference in New Issue
Block a user