Make the JSON be valid and actually load in Foundry

This commit is contained in:
Oliver 2026-04-20 23:13:24 -06:00
parent 4e1714ee93
commit e087ba7d42

View file

@ -132,7 +132,7 @@
"error": { "error": {
"missing-id": "An ID must be provided", "missing-id": "An ID must be provided",
"invalid-socket": "Invalid socket data received, this means a module or system bug is present.", "invalid-socket": "Invalid socket data received, this means a module or system bug is present.",
"unknown-socket-event": "An unknown socket event was received: {event}", "unknown-socket-event": "An unknown socket event was received: {event}"
}, },
"warn": { "warn": {
"migration-in-progress": "Applying data migrations for version {version}. Please do NOT refresh the window while this warning is present." "migration-in-progress": "Applying data migrations for version {version}. Please do NOT refresh the window while this warning is present."