@bpmn-io/properties-panel 3.31.0 → 3.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -822,7 +822,7 @@ function DataMarker(props) {
822
822
  }
823
823
  if (edited) {
824
824
  return jsxRuntime.jsx("div", {
825
- title: "Section contains data",
825
+ title: "Section contains edits",
826
826
  class: "bio-properties-panel-dot"
827
827
  });
828
828
  }