diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 4717f29e5..faec028f9 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -16,12 +16,15 @@ - {{ firstName }} {{ lastName }} + + {{ firstName }} {{ lastName }} + + {{ $d(new Date(contributionDate), 'monthAndYear') }} {{ $t('contributionText') }} - {{ memo }} + {{ memo }} {{ $t('contribution.alert.answerQuestion') }}