diff --git a/browser/main/NoteList/index.js b/browser/main/NoteList/index.js index e413c647..dedad209 100644 --- a/browser/main/NoteList/index.js +++ b/browser/main/NoteList/index.js @@ -916,7 +916,7 @@ class NoteList extends React.Component { if (note.isTrashed !== true || location.pathname === '/trashed') return true }) - moment.locale('en', { + moment.updateLocale('en', { relativeTime: { future: 'in %s', past: '%s ago',