From a65ee3e5b9935e6fe87f13cd4297a492447927b9 Mon Sep 17 00:00:00 2001 From: Martin Maul Date: Thu, 27 Jun 2024 12:18:48 +0200 Subject: [PATCH] chore(messages): 753 correctly display messages --- .../notification-reason/notification-reason.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }}