Replacing entire backend messages (especially logs) with English instead of Germany

This commit is contained in:
Rafael Foster
2026-04-25 10:56:46 -03:00
parent 140fa78ca1
commit bdd6e559d5
19 changed files with 271 additions and 271 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ function csrfMiddleware(req, res, next) {
}
if (!tokenValid) {
return res.status(403).json({ error: 'Ungültiges CSRF-Token.', code: 403 });
return res.status(403).json({ error: 'Invalid CSRF token.', code: 403 });
}
next();