diff --git a/app/web/src/nova/ed/panel/tree/history-list.tsx b/app/web/src/nova/ed/panel/tree/history-list.tsx index 674e73b9..87a49991 100644 --- a/app/web/src/nova/ed/panel/tree/history-list.tsx +++ b/app/web/src/nova/ed/panel/tree/history-list.tsx @@ -48,7 +48,10 @@ export const EdPageHistoryList = () => {
- {formatDistance(Date.now(), parseInt(e.ts) * 5000) + " ago"} + {formatDistance(Date.now(), parseInt(e.ts) * 5000).replace( + "less than a minute", + "seconds" + ) + " ago"}
);