diff --git a/app/modules/cms/templates/cms/platform/sections/_pricing.html b/app/modules/cms/templates/cms/platform/sections/_pricing.html index 24496b38..1d0713bc 100644 --- a/app/modules/cms/templates/cms/platform/sections/_pricing.html +++ b/app/modules/cms/templates/cms/platform/sections/_pricing.html @@ -37,7 +37,7 @@ {# Billing toggle #}
- {{ _('pricing.monthly') or 'Monthly' }} + {{ _('cms.platform.pricing.monthly') or 'Monthly' }} - {{ _('pricing.annual') or 'Annual' }} - {{ _('pricing.save_months') or 'Save 2 months!' }} + {{ _('cms.platform.pricing.annual') or 'Annual' }} + {{ _('cms.platform.pricing.save_months') or 'Save 2 months!' }}
@@ -58,7 +58,7 @@ {% if tier.is_popular %}
- {{ _('pricing.most_popular') or 'Most Popular' }} + {{ _('cms.platform.pricing.most_popular') or 'Most Popular' }}
{% endif %} @@ -77,13 +77,13 @@ x-text="annual ? '{{ tier.price_annual or (tier.price_monthly * 10)|int }}' : '{{ tier.price_monthly }}'"> {{ tier.price_monthly }} - /{{ _('pricing.month') or 'mo' }} + {{ _('cms.platform.pricing.per_month') or '/month' }} {# CTA button #} - {{ _('pricing.get_started') or 'Get Started' }} + {{ _('cms.platform.pricing.start_trial') or 'Start Free Trial' }} @@ -107,7 +107,7 @@ {% else %} {# Placeholder when no tiers available #}
- {{ _('pricing.coming_soon') or 'Pricing plans coming soon' }} + {{ _('cms.platform.pricing.coming_soon') or 'Pricing plans coming soon' }}
{% endif %}