@ailaw/venus 1.172.0 → 1.173.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 +7 -1
  2. package/package.json +1 -1
package/dist/en.js CHANGED
@@ -1570,10 +1570,15 @@ var en$1 = {
1570
1570
  link: "Link",
1571
1571
  preview: "Preview",
1572
1572
  instakes: "Instakes",
1573
- sendHistory: "Send Historys",
1573
+ sendHistory: "Send History",
1574
1574
  sendBy: "Send By",
1575
1575
  sendDate: "Send Date",
1576
1576
  invitedBy: "Invited By",
1577
+ shareIntake: "Share the Intake",
1578
+ clientHavingProfile: "A client having a profile",
1579
+ clientHavingProfileHint: "Send an intake to the specified profile to collect his/her information, so that the information can be reused in the case.",
1580
+ doNotHaveProfile: "Do not have profile",
1581
+ doNotHaveProfileHint: "To effiently gather essential information from potential customers, you may share the questionnaire's link on your official website or via email.",
1577
1582
  newEvent: "New Event",
1578
1583
  addEvent: "Add Event",
1579
1584
  editEvent: "Edit Event",
@@ -5382,6 +5387,7 @@ var en3 = {
5382
5387
  questions: "Questions",
5383
5388
  intakeTemplate: "Intake Template",
5384
5389
  intakeTemplates: "Intake Templates",
5390
+ goToIntakeTemplates: "Go to Intake Templates",
5385
5391
  intakeSteadyLinks: "Intake Steady Links",
5386
5392
  intakeTemplateName: "Intake Template Name",
5387
5393
  customQuestionList: "Additional Questions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.172.0",
3
+ "version": "1.173.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],