diff --git a/scripts/system/create/entityProperties/html/js/entityProperties.js b/scripts/system/create/entityProperties/html/js/entityProperties.js index 86a2ecfb9c..0d8214795f 100644 --- a/scripts/system/create/entityProperties/html/js/entityProperties.js +++ b/scripts/system/create/entityProperties/html/js/entityProperties.js @@ -1386,21 +1386,21 @@ const GROUPS = [ label: "PROCEDURAL PARTICLES", properties: [ { - label: "Num Particles", + label: "Particles", type: "number-draggable", propertyID: "numParticles", min: 1, max: 1000000 }, { - label: "Num Triangles Per Particle", + label: "Triangles Per Particle", type: "number-draggable", propertyID: "numTrianglesPerParticle", min: 1, max: 15 }, { - label: "Num Particle Update Props", + label: "Update Props", type: "number-draggable", propertyID: "numUpdateProps", min: 1,