diff --git a/frontend/locales/nl/common.json b/frontend/locales/nl/common.json index efd007b3..b0448380 100644 --- a/frontend/locales/nl/common.json +++ b/frontend/locales/nl/common.json @@ -62,7 +62,7 @@ "private": "Privé", "public": "Publiek", "name": "Naam", - "email": "E-mail", + "email": "email", "group": "Groep", "role" : "Rol", "remove_user": "Geselecteerde gebruikers verwijderen", diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 3438eb07..c4d63279 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -7,7 +7,7 @@ ], "allowJs": true, "skipLibCheck": true, - "strict": true, + "strict": false, "noEmit": true, "esModuleInterop": true, "module": "esnext",