@ailaw/venus 0.12.27 → 0.12.28
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 +2 -1
- package/package.json +1 -1
package/dist/en3.js
CHANGED
|
@@ -918,6 +918,7 @@ var lang3 = {
|
|
|
918
918
|
copyLink: "Copy link",
|
|
919
919
|
intake: "Intake",
|
|
920
920
|
intakeTemplateManagement: "Intake Template Management",
|
|
921
|
-
submittedDate: "Submit Date"
|
|
921
|
+
submittedDate: "Submit Date",
|
|
922
|
+
pleaseCreateIntakeTemplate: ""
|
|
922
923
|
};
|
|
923
924
|
export { lang3 as default };
|