diff --git a/languages/en.json b/languages/en.json index 7c22b97..12cb083 100644 --- a/languages/en.json +++ b/languages/en.json @@ -34,6 +34,9 @@ "walls": { "name": "Restricted by Walls", "hint": "If enabled, the aura will be blocked by walls (Line of Sight). GM Only." + }, + "enabled": { + "name": "Enabled" } } } diff --git a/scripts/module.js b/scripts/module.js index 28a2567..6bd00a4 100644 --- a/scripts/module.js +++ b/scripts/module.js @@ -256,11 +256,18 @@ function renderAura(aura, index) { const fromLabel = localize("settings.measurement.from"); const toLabel = localize("settings.measurement.to"); const wallsLabel = localize("settings.walls.name"); + const enabledLabel = localize("settings.enabled.name"); const isGM = game.user.isGM; return `