@ailaw/venus 1.63.0 → 1.64.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.
Files changed (2) hide show
  1. package/dist/en2.js +2 -1
  2. package/package.json +1 -1
package/dist/en2.js CHANGED
@@ -346,7 +346,7 @@ var lang2 = {
346
346
  add: "Add",
347
347
  taskOwner: "Task Owner",
348
348
  taskAssignee: "Task Assignee",
349
- shareWith: "Share with",
349
+ shareWith: "Share With",
350
350
  noCaseAssignee: "No Accessible Accounts",
351
351
  openDetail: "Open Detail",
352
352
  more: "More",
@@ -361,6 +361,7 @@ var lang2 = {
361
361
  addAccount: "Add account",
362
362
  noTaskSelected: "Please select at least one task",
363
363
  assignSuccess: "Successfully assigned",
364
+ for: "For",
364
365
  familybasedGreenCardWithoutAosPetitionerEmployee1: "Basic Information of Petitioner",
365
366
  familybasedGreenCardWithoutAosPetitionerEmployee2: "Petitioner's Family and Employment Information",
366
367
  familybasedGreenCardWithoutAosPetitionerEmployee3: "Basic Information for This Petition",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.63.0",
3
+ "version": "1.64.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],