diff --git a/frontend/src/app/modules/shared/components/notification-reason/notification-reason.component.html b/frontend/src/app/modules/shared/components/notification-reason/notification-reason.component.html index 51b86f5353..77631703ed 100644 --- a/frontend/src/app/modules/shared/components/notification-reason/notification-reason.component.html +++ b/frontend/src/app/modules/shared/components/notification-reason/notification-reason.component.html @@ -28,7 +28,7 @@
- {{ message.date | date:'mediumDate' }} + {{ message.date | formatDate : { dateStyle: 'long' } }}