@ailaw/venus 1.175.0 → 1.176.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 +5 -3
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1696,10 +1696,12 @@ var en2 = {
1696
1696
  clients: "Clients",
1697
1697
  firmProfile: "Firm Profile",
1698
1698
  advanced: "Advanced",
1699
- prepareFormsFor: "Prepare Forms for",
1699
+ prepareStatementTitle: "Default Setting for Prepare\u2019s Statement",
1700
+ prepareStatementHint: "Advance Setting will be applied to all cases in the firm.\nThe choice will impact the following question for all relevant forms.",
1701
+ prepareFormsFor: "A preparer will prepare the form for the clients:",
1700
1702
  systemPermissions: "System Permissions",
1701
- individualStatements: "Individual Statements",
1702
- companyStatements: "Company Statements",
1703
+ individualStatements: "All Individual Clients",
1704
+ companyStatements: "All Company Clients",
1703
1705
  accountcontrol: "Account Control",
1704
1706
  lawPayAccount: "LawPay Account",
1705
1707
  bankAccountNotAvailable: "You bank account is not available, please go to LawPay Account setting page and select a bank account.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.175.0",
3
+ "version": "1.176.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],