diff --git a/frontend/src/i18n/locales/de/falukant.json b/frontend/src/i18n/locales/de/falukant.json index 2bf348f..6bd6097 100644 --- a/frontend/src/i18n/locales/de/falukant.json +++ b/frontend/src/i18n/locales/de/falukant.json @@ -16,7 +16,9 @@ }, "notifications": { "notify_election_created": "Es wurde eine neue Wahl ausgeschrieben.", - "production.overproduction": "Überproduktion: Deine Produktion liegt {value}% über dem Bedarf." + "production": { + "overproduction": "Überproduktion: Deine Produktion liegt {value}% über dem Bedarf." + } }, "health": { "amazing": "Super", diff --git a/frontend/src/i18n/locales/en/falukant.json b/frontend/src/i18n/locales/en/falukant.json index 62b952b..9412286 100644 --- a/frontend/src/i18n/locales/en/falukant.json +++ b/frontend/src/i18n/locales/en/falukant.json @@ -7,7 +7,9 @@ }, "notifications": { "notify_election_created": "A new election has been scheduled.", - "production.overproduction": "Overproduction: your production is {value}% above demand." + "production": { + "overproduction": "Overproduction: your production is {value}% above demand." + } }, "statusbar": { "age": "Age",