coral-plus 0.0.17 → 0.0.18
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/coralPlus.js +1 -1
- package/package.json +1 -1
package/dist/coralPlus.js
CHANGED
|
@@ -36175,7 +36175,7 @@ function Zy({ formRef: e, showError: t = !1, setShowError: n = () => {
|
|
|
36175
36175
|
S(!1), n(!0), console.error("Failed validation");
|
|
36176
36176
|
}
|
|
36177
36177
|
else console.error("No form");
|
|
36178
|
-
}, x = a !== null ? vt[g]?.translations?.steps?.checkout?.
|
|
36178
|
+
}, x = a !== null ? vt[g]?.translations?.steps?.checkout?.[a] : vt[g]?.translations?.steps?.checkout?.formFailText;
|
|
36179
36179
|
return /* @__PURE__ */ (0, Ce.jsxs)(Ce.Fragment, { children: [t && /* @__PURE__ */ (0, Ce.jsx)(Pk, { message: x }), /* @__PURE__ */ (0, Ce.jsxs)("div", {
|
|
36180
36180
|
className: "c_stepButtons",
|
|
36181
36181
|
children: [
|