diff --git a/frontend/src/i18n/locales/de/falukant.json b/frontend/src/i18n/locales/de/falukant.json index 29db5b5..e4accf4 100644 --- a/frontend/src/i18n/locales/de/falukant.json +++ b/frontend/src/i18n/locales/de/falukant.json @@ -32,6 +32,7 @@ }, "notifications": { "notify_election_created": "Es wurde eine neue Wahl ausgeschrieben.", + "notify_office_filled": "Ein politisches Amt wurde neu besetzt.", "production": { "overproduction": "Überproduktion: Deine Produktion liegt {value} Einheiten über dem Bedarf{branch_info}." }, diff --git a/frontend/src/i18n/locales/en/falukant.json b/frontend/src/i18n/locales/en/falukant.json index 082fbe4..22898c1 100644 --- a/frontend/src/i18n/locales/en/falukant.json +++ b/frontend/src/i18n/locales/en/falukant.json @@ -18,6 +18,7 @@ }, "notifications": { "notify_election_created": "A new election has been scheduled.", + "notify_office_filled": "A political office has been filled.", "production": { "overproduction": "Overproduction: your production is {value} units above demand{branch_info}." },