diff --git a/umap/static/umap/js/umap.features.js b/umap/static/umap/js/umap.features.js index 1c29efcd..9c643340 100644 --- a/umap/static/umap/js/umap.features.js +++ b/umap/static/umap/js/umap.features.js @@ -109,7 +109,7 @@ L.U.FeatureMixin = { properties.unshift('properties.name') builder = new L.U.FormBuilder(this, properties, { id: 'umap-feature-properties', - callback: this._redraw, // In case we have smart options… + callback: this._redraw, // In case we have dynamic options… }) container.appendChild(builder.build()) this.appendEditFieldsets(container)