diff --git a/01-frontend/public/locales/de/translation.json b/01-frontend/public/locales/de/translation.json index 19beb11..fcd36ed 100644 --- a/01-frontend/public/locales/de/translation.json +++ b/01-frontend/public/locales/de/translation.json @@ -90,5 +90,6 @@ "articleNumber": "Artikelnummer", "noRatingsYet": "Noch keine Bewertungen vorhanden.", "accounts": "Konten", - "statistics": "Statistiken" + "statistics": "Statistiken", + "thanksForRating": "Vielen Dank für die Bewertung!" } diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index a3b1cbb..ae59e40 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -90,5 +90,6 @@ "articleNumber": "Article number", "noRatingsYet": "No ratings yet", "accounts": "Accounts", - "statistics": "Statistics" + "statistics": "Statistics", + "thanksForRating": "Thank you for rating!" }