summit-registration-lite 2.0.16 → 2.0.17
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1822,7 +1822,7 @@ const PersonalInfoComponent = ({
|
|
|
1822
1822
|
id: "promo-code-info"
|
|
1823
1823
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
1824
1824
|
className: personal_information_index_module.moreInfoTooltip
|
|
1825
|
-
}, "
|
|
1825
|
+
}, "Promo code will be applied to all tickets in this order. If you wish to utilize more than one promo code, simply place another order after you complete this registration order. Only one promo code can be applied per order.")), formErrors.length > 0 && /*#__PURE__*/external_react_default().createElement("div", {
|
|
1826
1826
|
className: `${personal_information_index_module.formErrors} alert alert-danger`
|
|
1827
1827
|
}, formErrors.map((error, index) => /*#__PURE__*/external_react_default().createElement("div", {
|
|
1828
1828
|
key: index
|
|
@@ -2092,7 +2092,7 @@ const TicketTypeComponent = ({
|
|
|
2092
2092
|
id: "ticket-quantity-info"
|
|
2093
2093
|
}, /*#__PURE__*/external_react_default().createElement("div", {
|
|
2094
2094
|
className: ticket_type_index_module.moreInfoTooltip
|
|
2095
|
-
}, "
|
|
2095
|
+
}, "To purchase more than one ticket type, simply place another order after this registration order is complete. Only one ticket type can be chosen per order.")))), inPersonDisclaimer && ticket && isInPersonTicketType(ticket) && /*#__PURE__*/external_react_default().createElement("div", {
|
|
2096
2096
|
className: ticket_type_index_module.inPersonDisclaimer
|
|
2097
2097
|
}, /*#__PURE__*/external_react_default().createElement((raw_html_default()), null, inPersonDisclaimer)))));
|
|
2098
2098
|
};
|