From ae14f56fb12cb7cf2b485ad2172c723d46e21e1d Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 12 Oct 2020 02:35:14 -0400 Subject: [PATCH] wip --- src/system/date.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/date.ts b/src/system/date.ts index 8f417d4..b76a182 100644 --- a/src/system/date.ts +++ b/src/system/date.ts @@ -29,7 +29,7 @@ dayjs.updateLocale('en', { relativeTime: { future: 'in %s', past: '%s ago', - s: 'just now', + s: 'seconds', m: 'a minute', mm: '%d minutes', h: 'an hour',