From 5d2697f460ba1ea873122d4e360d515cd473585c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 19 Mar 2025 11:07:58 -0500 Subject: [PATCH] Fix english rendering if timeago seconds --- web/public/locales/en/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/locales/en/common.json b/web/public/locales/en/common.json index 14b88f707..0676d3e26 100644 --- a/web/public/locales/en/common.json +++ b/web/public/locales/en/common.json @@ -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",