@monoui/vuejs 1.1.79 → 1.1.80

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": "@monoui/vuejs",
3
- "version": "1.1.79",
3
+ "version": "1.1.80",
4
4
  "description": "This project will contain MonoFor UI Framework",
5
5
  "main": "./dist/main.js",
6
6
  "repository": "git@gitlab.com:monoui/vuejs.git",
@@ -866,8 +866,8 @@ export default {
866
866
  );
867
867
  if (result && result.status === 200) {
868
868
  this.$successToast(
869
- "Export Started",
870
- "The export process has begun. Please wait... Once completed, you can download it from the Reports/Exports page."
869
+ "Export In Progress",
870
+ "It will be available on the Reports/Exports page shortly."
871
871
  );
872
872
  } else {
873
873
  this.$errorToast(
@@ -885,8 +885,8 @@ export default {
885
885
 
886
886
  if (exportScope) {
887
887
  this.$successToast(
888
- "Export Started",
889
- "The export process has begun. Please wait... Once completed, you can download it from the Reports/Exports page."
888
+ "Export In Progress",
889
+ "It will be available on the Reports/Exports page shortly."
890
890
  );
891
891
  }
892
892