From 51e119259ff4a1401e9174f70955210ba9efa65a Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 27 Mar 2025 18:19:41 +0100 Subject: [PATCH] add contribution date --- .../ContributionMessages/ContributionMessagesList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/src/components/ContributionMessages/ContributionMessagesList.vue b/admin/src/components/ContributionMessages/ContributionMessagesList.vue index 9d9cd674f..8f06d841e 100644 --- a/admin/src/components/ContributionMessages/ContributionMessagesList.vue +++ b/admin/src/components/ContributionMessages/ContributionMessagesList.vue @@ -29,7 +29,8 @@ - {{ $t('registered') }}: {{ new Date(contribution.user.createdAt).toLocaleString() }} + {{ $t('registered') }}: {{ new Date(contribution.user.createdAt).toLocaleDateString() }}, + {{ $t('createdAt') }}: {{ new Date(contribution.createdAt).toLocaleDateString() }}