@ailaw/venus 1.174.0 → 1.175.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 -4
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1576,10 +1576,10 @@ var en$1 = {
1576
1576
  invitedBy: "Invited By",
1577
1577
  shareIntake: "Share the Intake",
1578
1578
  createIntake: "Create Intake",
1579
- clientHavingProfile: "A client having a profile",
1580
- clientHavingProfileHint: "Send an intake to the specified profile to collect his/her information, so that the information can be reused in the case.",
1581
- doNotHaveProfile: "Do not have profile",
1582
- doNotHaveProfileHint: "To effiently gather essential information from potential customers, you may share the questionnaire's link on your official website or via email.",
1579
+ clientHavingProfile: "Existing Client",
1580
+ clientHavingProfileHint: "Send an intake form relevant to an existing profile for information collection, which can be reused in the future.",
1581
+ doNotHaveProfile: "Potential Client",
1582
+ doNotHaveProfileHint: "To gather information from potential clients, you may share the intake form on your website or send it by email.",
1583
1583
  newEvent: "New Event",
1584
1584
  addEvent: "Add Event",
1585
1585
  editEvent: "Edit Event",
@@ -5384,6 +5384,7 @@ var en3 = {
5384
5384
  beingProcessed: "Your request is being processed. Click 'Download Ready' to check progress and download files.",
5385
5385
  intakeRecords: "Intake Record",
5386
5386
  intakeSendHistory: "Intake Send History",
5387
+ inviteHistory: "Invite History",
5387
5388
  questionList: "Question List",
5388
5389
  questions: "Questions",
5389
5390
  intakeTemplate: "Intake Template",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.174.0",
3
+ "version": "1.175.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],