diff --git a/src-ui/src/app/components/document-detail/document-history/document-history.component.html b/src-ui/src/app/components/document-detail/document-history/document-history.component.html index 4defa96fd..01447ef03 100644 --- a/src-ui/src/app/components/document-detail/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-detail/document-history/document-history.component.html @@ -16,7 +16,7 @@
- {{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | date:'shortTime' }} + {{ entry.timestamp | customDate:'longDate' }} {{ entry.timestamp | customDate:'shortTime' }}
{{ entry.timestamp | customDate:'relative' }}