diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 323f1c925..0afa5546e 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -21,7 +21,7 @@
- {{ $d(new Date(contributionDate), 'monthAndYear') }} + {{ $d(new Date(contributionDate), 'short') }}
{{ $t('contributionText') }}
{{ memo }}