Skip to content

Commit aa0633b

Browse files
authored
update pricing plan titles (#490)
1 parent 68d79ec commit aa0633b

File tree

1 file changed

+2
-2
lines changed
  • components/Sections/Pricing/PricingPlans

1 file changed

+2
-2
lines changed

components/Sections/Pricing/PricingPlans/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export const PricingPlans = () => {
3838
textOverrides={{
3939
entitlementsTitle: (plan) => {
4040
return plan.basePlan
41-
? `Everything in ${plan.basePlan.displayName} plan, plus:`
42-
: 'All core backend functionality:';
41+
? `Backend standardization and optimization:`
42+
: `Code generation functionality:`;
4343
},
4444
planCTAButton: {
4545
startNew: 'Start Now',

0 commit comments

Comments
 (0)