diff --git a/FrontendV2/src/utils/i18n/locales/de/de.json b/FrontendV2/src/utils/i18n/locales/de/de.json index 4c1cf85..158e37f 100644 --- a/FrontendV2/src/utils/i18n/locales/de/de.json +++ b/FrontendV2/src/utils/i18n/locales/de/de.json @@ -61,5 +61,6 @@ "delete": "Löschen", "change-language": "Sprache ändern", "timezone-info": "Die angezeigten Daten und Uhrzeiten werden in deutscher Zeitzone dargestellt und müssen auch so eingegeben werden.", - "optional-note": "Optionale Notiz" + "optional-note": "Optionale Notiz", + "note": "Notiz" } \ No newline at end of file diff --git a/FrontendV2/src/utils/i18n/locales/en/en.json b/FrontendV2/src/utils/i18n/locales/en/en.json index acd799d..dbd5be3 100644 --- a/FrontendV2/src/utils/i18n/locales/en/en.json +++ b/FrontendV2/src/utils/i18n/locales/en/en.json @@ -61,5 +61,6 @@ "delete": "Delete", "change-language": "Change language", "timezone-info": "The displayed dates and times are shown in Berlin timezone and must also be entered as such.", - "optional-note": "Optional note" + "optional-note": "Optional note", + "note": "Note" } \ No newline at end of file