@ailaw/venus 1.177.0 → 1.178.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/en.js +2 -2
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1698,9 +1698,9 @@ var en2 = {
1698
1698
  clients: "Clients",
1699
1699
  firmProfile: "Firm Profile",
1700
1700
  advanced: "Advanced",
1701
- prepareStatementTitle: "Default Setting for Prepare\u2019s Statement",
1701
+ prepareStatementTitle: "Worksheet Setting",
1702
1702
  prepareStatementHint: "Advance Setting will be applied to all cases in the firm.\nThe choice will impact the following question for all relevant forms.",
1703
- prepareFormsFor: "A preparer will prepare the form for the clients:",
1703
+ prepareFormsFor: "A preparer will prepare the form for",
1704
1704
  systemPermissions: "System Permissions",
1705
1705
  individualStatements: "All Individual Clients",
1706
1706
  companyStatements: "All Company Clients",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.177.0",
3
+ "version": "1.178.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],