@ailaw/venus 0.12.5 → 0.12.6

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.
Files changed (2) hide show
  1. package/dist/en3.js +1 -2
  2. package/package.json +1 -1
package/dist/en3.js CHANGED
@@ -890,8 +890,7 @@ var lang3 = {
890
890
  invitationToComment: "Invitation to comment",
891
891
  getData: "Get Data",
892
892
  downloadReady: "Download Ready",
893
- readyToDownload: "Ready to Download",
894
893
  requestMoreReports: "To request more reports, please click here.",
895
- beingProcessed: "Your request is being processed. Click 'Download ready' to check"
894
+ beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files."
896
895
  };
897
896
  export { lang3 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "files": [
5
5
  "dist"
6
6
  ],