diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 174335c97..90e98bc4c 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -14,8 +14,7 @@
{{ $t('contribution.date') }} - {{ $d(new Date(contributionDate), 'month') }} - {{ $d(new Date(contributionDate), 'year') }} + {{ $d(new Date(contributionDate), 'monthAndYear') }}
{{ memo }}