@processmaker/screen-builder 2.76.11 → 2.76.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processmaker/screen-builder",
3
- "version": "2.76.11",
3
+ "version": "2.76.12",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -112,7 +112,7 @@ export default {
112
112
  this.setPrefix();
113
113
  if (this.$refs['uploader']) {
114
114
  this.$refs['uploader'].$forceUpdate();
115
- // Re-upload stored files;
115
+ // Re-upload stored files;
116
116
  // Files disappear when navigating between pages with the Page Navigation component
117
117
  if (this.files.length > 0) {
118
118
  this.$refs.uploader.uploader.addFiles(this.files);
@@ -476,7 +476,7 @@ export default {
476
476
  if (file.ignored) {
477
477
  this.invalidFile = true;
478
478
  this.uploading = false;
479
- window.ProcessMaker.alert(this.$t('File not allowed.'), 'danger');
479
+ window.ProcessMaker.alert(this.$t('This file type is not accepted.'), 'danger');
480
480
  return false;
481
481
  }
482
482
  }