diff --git a/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue b/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue
index b92ed53b5..d4ae734db 100644
--- a/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue
+++ b/frontend/src/components/ContributionMessages/ContributionMessagesListItem.vue
@@ -3,10 +3,13 @@
+ {{ $d(new Date(message.createdAt), 'short') }}
{{ storeName.username }} {{ $t('contribution.isEdited') }}
- {{ $t('contribution.oldContribution') }}
+
+ {{ $t('contribution.oldContribution') }}
+
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index 7b0b88bad..0bda41457 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -56,7 +56,7 @@
"openAmountForMonth": "Für {monthAndYear} kannst du noch {creation} GDD einreichen.",
"yourContribution": "Dein Beitrag zum Gemeinwohl"
},
- "isEdited": "hat den Beitrag bearbeitet",
+ "isEdited": "hat seinen Beitrag bearbeitet",
"lastContribution": "Letzte Beiträge",
"noContributions": {
"allContributions": "Es wurden noch keine Beiträge eingereicht.",
@@ -68,6 +68,7 @@
"lastMonth": "Für den ausgewählten Monat ist das Schöpfungslimit erreicht.",
"thisMonth": "Für den aktuellen Monat ist das Schöpfungslimit erreicht."
},
+ "oldContribution": "Alter Beitrag",
"selectDate": "Wann war dein Beitrag?",
"submit": "Einreichen",
"submitted": "Der Beitrag wurde eingereicht.",
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index fec97a4bf..0cbb7cc81 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -56,7 +56,7 @@
"openAmountForMonth": "For {monthAndYear}, you can still submit {creation} GDD.",
"yourContribution": "Your Contributions to the Common Good"
},
- "isEdited": "edited the contribution",
+ "isEdited": "edited his contribution",
"lastContribution": "Last Contributions",
"noContributions": {
"allContributions": "No contributions have been submitted yet.",
@@ -68,6 +68,7 @@
"lastMonth": "The creation limit is reached for the selected month.",
"thisMonth": "The creation limit has been reached for the current month."
},
+ "oldContribution": "Old post",
"selectDate": "When was your contribution?",
"submit": "Submit",
"submitted": "The contribution was submitted.",