We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d79ec commit aa0633bCopy full SHA for aa0633b
components/Sections/Pricing/PricingPlans/index.jsx
@@ -38,8 +38,8 @@ export const PricingPlans = () => {
38
textOverrides={{
39
entitlementsTitle: (plan) => {
40
return plan.basePlan
41
- ? `Everything in ${plan.basePlan.displayName} plan, plus:`
42
- : 'All core backend functionality:';
+ ? `Backend standardization and optimization:`
+ : `Code generation functionality:`;
43
},
44
planCTAButton: {
45
startNew: 'Start Now',
0 commit comments