diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 5108c2acf..b3694b1b7 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -49,8 +49,6 @@ }, "delete": "Beitrag löschen! Bist du sicher?", "deleted": "Der Beitrag wurde gelöscht! Wird aber sichtbar bleiben.", - "isEdited":"hat den Beitrag bearbeitet", - "oldContribution":"Der letzte Beitrag war:", "formText": { "bringYourTalentsTo": "Bring dich mit deinen Talenten in die Gemeinschaft ein! Dein freiwilliges Engagement honorieren wir mit 20 GDD pro Stunde bis maximal 1.000 GDD im Monat.", "describeYourCommunity": "Beschreibe deine Gemeinwohl-Tätigkeit mit Angabe der Stunden und trage einen Betrag von 20 GDD pro Stunde ein! Nach Bestätigung durch einen Moderator wird der Betrag deinem Konto gutgeschrieben.", @@ -58,8 +56,10 @@ "openAmountForMonth": "Für {monthAndYear} kannst du noch {creation} GDD einreichen.", "yourContribution": "Dein Beitrag zum Gemeinwohl" }, + "isEdited": "hat den Beitrag bearbeitet", "lastContribution": "Letzte Beiträge", "noDateSelected": "Wähle irgendein Datum im Monat", + "oldContribution": "Der letzte Beitrag war:", "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 9b7fcf70f..abc2108eb 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -49,8 +49,6 @@ }, "delete": "Delete Contribution! Are you sure?", "deleted": "The contribution has been deleted! But it will remain visible.", - "isEdited":"edited the contribution", - "oldContribution":"The last post was:", "formText": { "bringYourTalentsTo": "Bring your talents to the community! Your voluntary commitment will be rewarded with 20 GDD per hour up to a maximum of 1,000 GDD per month.", "describeYourCommunity": "Describe your community service activity with hours and enter an amount of 20 GDD per hour! After confirmation by a moderator, the amount will be credited to your account.", @@ -58,8 +56,10 @@ "openAmountForMonth": "For {monthAndYear}, you can still submit {creation} GDD.", "yourContribution": "Your contribution to the common good" }, + "isEdited": "edited the contribution", "lastContribution": "Last Contributions", "noDateSelected": "Choose any date in the month", + "oldContribution": "The last post was:", "selectDate": "When was your contribution?", "submit": "Submit", "submitted": "The contribution was submitted.",