diff --git a/app/modules/billing/templates/billing/platform/signup.html b/app/modules/billing/templates/billing/platform/signup.html index fb764574..2547651b 100644 --- a/app/modules/billing/templates/billing/platform/signup.html +++ b/app/modules/billing/templates/billing/platform/signup.html @@ -2,7 +2,7 @@ {# 3-Step Signup Wizard: Plan → Account → Payment #} {% extends "platform/base.html" %} -{% block title %}Start Your Free Trial - Orion{% endblock %} +{% block title %}{{ _("cms.platform.signup.page_title") }} - {{ platform.name if platform else 'Orion' }}{% endblock %} {% block extra_head %} {# Stripe.js for payment #} @@ -16,7 +16,7 @@ {# Progress Steps #}
-