diff --git a/corporate/tests/test_stripe.py b/corporate/tests/test_stripe.py index 18cf2f2b8d..b17388eaa5 100644 --- a/corporate/tests/test_stripe.py +++ b/corporate/tests/test_stripe.py @@ -2735,7 +2735,7 @@ class StripeTest(StripeTestCase): response = self.client_get("/billing/") self.assert_in_success_response( [ - "Your plan will be downgraded to Zulip Limited on " + "Your plan will be downgraded to Zulip Free on " "January 2, 2013", "You plan is scheduled for downgrade on January 2, 2013", "Cancel downgrade", diff --git a/templates/corporate/billing.html b/templates/corporate/billing.html index 3debf676b4..89f1afce60 100644 --- a/templates/corporate/billing.html +++ b/templates/corporate/billing.html @@ -54,7 +54,7 @@ Your plan will be upgraded to {{ plan_name }} on {{ renewal_date }} for ${{ renewal_amount }}. {% elif downgrade_at_end_of_cycle %} - Your plan will be downgraded to Zulip Limited on {{ renewal_date }}. + Your plan will be downgraded to Zulip Free on {{ renewal_date }}. {% elif switch_to_annual_at_end_of_cycle %} Your plan will be switched from monthly to annual billing on {{ renewal_date }}. {% else %} @@ -135,7 +135,7 @@

Downgrade

{% if free_trial %}

- End Free Trial and downgrade plan to Zulip Limited. + End Free Trial and downgrade plan to Zulip Free.

@@ -148,7 +148,7 @@ {% else %}

- Downgrade to Zulip Limited at the end of current billing period. + Downgrade to Zulip Free at the end of current billing period.