ps-toolkit-ui 1.6.97 → 1.6.98

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.
@@ -6747,7 +6747,7 @@
6747
6747
  }
6748
6748
  else if (evt.data.startsWith('Error')) {
6749
6749
  _this.inp.value[f] = null;
6750
- HelperClass.addNotification(evt.data);
6750
+ HelperClass.addNotification(_this.inp.l(evt.data));
6751
6751
  }
6752
6752
  else {
6753
6753
  var r = JSON.parse(evt.data);