@ailaw/venus 0.12.20 → 0.12.23
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.
- package/dist/en3.js +5 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -912,6 +912,10 @@ var lang3 = {
|
|
|
912
912
|
intakeLink: "Intake Link",
|
|
913
913
|
templateManagement: "Template Management",
|
|
914
914
|
noIntakeTemplateSelected: "Select a template to preview",
|
|
915
|
-
|
|
915
|
+
intakeRecordDetail: "Intake Detail",
|
|
916
|
+
copyLink: "Copy link",
|
|
917
|
+
intake: "Intake",
|
|
918
|
+
intakeTemplateManagement: "Intake Template Management",
|
|
919
|
+
submittedDate: "Submit Date"
|
|
916
920
|
};
|
|
917
921
|
export { lang3 as default };
|