Fix english rendering if timeago seconds (#17256)

This commit is contained in:
Josh Hawkins 2025-03-19 11:22:02 -05:00 committed by GitHub
parent ce43b7b3d9
commit 512a1dfad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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