diff --git a/scripts/system/create/entityProperties/html/js/entityProperties.js b/scripts/system/create/entityProperties/html/js/entityProperties.js index 0136d99cc4..cf2694d5b6 100644 --- a/scripts/system/create/entityProperties/html/js/entityProperties.js +++ b/scripts/system/create/entityProperties/html/js/entityProperties.js @@ -3799,7 +3799,7 @@ function createZonesSelection(property, elProperty) { function setZonesSelectionData(element, isEditable) { let zoneSelectorContainer = document.getElementById("zones-selector-" + element.id); let zoneSelector = "
"; - zoneSelector += ""; zoneSelector += "
"; zoneSelector += "
Select the Zone to add:
"; @@ -3816,7 +3816,7 @@ function setZonesSelectionData(element, isEditable) { } zoneSelector += "
"; zoneSelector += "
"; - zoneSelector += ""; zoneSelector += "
"; zoneSelector += "
";