Fix english rendering if timeago seconds

This commit is contained in:
Josh Hawkins 2025-03-19 11:07:58 -05:00
parent ce43b7b3d9
commit 5d2697f460

View File

@ -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",