diff --git a/frontend/src/i18n/translations/de.json b/frontend/src/i18n/translations/de.json index a0b7b56..40893af 100644 --- a/frontend/src/i18n/translations/de.json +++ b/frontend/src/i18n/translations/de.json @@ -93,7 +93,8 @@ "from": "", "to": " bis ", "of": " von insgesamt " - } + }, + "eventType": "Ereignistyp" }, "renameModules": { "reminder": "Erinnerung", diff --git a/frontend/src/i18n/translations/en.json b/frontend/src/i18n/translations/en.json index e594cbc..5fba29a 100644 --- a/frontend/src/i18n/translations/en.json +++ b/frontend/src/i18n/translations/en.json @@ -93,7 +93,8 @@ "from": "", "to": " to ", "of": " of " - } + }, + "eventType": "event type" }, "renameModules": { "reminder": "reminder",