diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index b18a92a13..d0de061d3 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -25,7 +25,10 @@ reset-value="" :label-no-date-selected="$t('contribution.noDateSelected')" required - > + > + + + {{ $d(new Date(date), 'short') }} + + {{ $t('contribution.date') }} + + {{ $d(new Date(contributionDate), 'monthAndYear') }} + + {{ memo }}