@ailaw/venus 1.273.0 → 1.274.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.
- package/dist/en.js +12 -1
- package/package.json +1 -1
package/dist/en.js
CHANGED
|
@@ -5637,7 +5637,18 @@ var en3 = {
|
|
|
5637
5637
|
additionalAccess: "Additional Accessibility",
|
|
5638
5638
|
favorite: "Favorite",
|
|
5639
5639
|
submitATicket: "Submit a Ticket",
|
|
5640
|
-
bookTraining: "Book Training"
|
|
5640
|
+
bookTraining: "Book Training",
|
|
5641
|
+
createClient: "Create a Client",
|
|
5642
|
+
createClientTypeQuestion: "What would you like to do?",
|
|
5643
|
+
createOnlyProfile: "Only create a <b>Profile</b> for case processing",
|
|
5644
|
+
createOnlyAccount: "Only create an <b>Account</b> so this user can log in to the system and participate in case processing",
|
|
5645
|
+
createProfileAndAccount: "Create a <b>Profile</b> and simultaneously create an <b>Account</b> so this user can log in to the system and participate in case processing",
|
|
5646
|
+
createProfileTypeQuestion: "Would you like to create an Individual or Company profile?",
|
|
5647
|
+
accountName: "Account Name",
|
|
5648
|
+
primaryContactName: "Primary Contact Name",
|
|
5649
|
+
primaryContactEmail: "Primary Contact Email",
|
|
5650
|
+
compName: "Company Name",
|
|
5651
|
+
individualName: "Individual Name"
|
|
5641
5652
|
};
|
|
5642
5653
|
var en = __spreadValues(__spreadValues(__spreadValues({}, en2), en3), en$1);
|
|
5643
5654
|
export { en as default };
|