odaptos_design_system 2.0.224 → 2.0.225

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.
@@ -72654,9 +72654,9 @@ const PricingCard = ({
72654
72654
  isFreeTrialDisplayed = true
72655
72655
  }) => {
72656
72656
  const buttonText = {
72657
- 1: cmsContent.startFree,
72658
- 2: cmsContent.startFree,
72659
- 3: cmsContent.startFree,
72657
+ 1: cmsContent.ContactUs,
72658
+ 2: cmsContent.ContactUs,
72659
+ 3: cmsContent.ContactUs,
72660
72660
  4: cmsContent.ContactUs
72661
72661
  };
72662
72662
  const euroPrice = isYearly ? `(${monthlyPrice} ${currency})` : `(${yearlyPrice} ${currency})`;