billing: Rename a few confusing references to "Zulip Limited".

We call this Zulip Free on the /plans page.
This commit is contained in:
Mateusz Mandera 2023-09-06 18:52:48 +02:00 committed by Tim Abbott
parent 0ce6dcb905
commit 18b0e58831
2 changed files with 4 additions and 4 deletions

View File

@ -2735,7 +2735,7 @@ class StripeTest(StripeTestCase):
response = self.client_get("/billing/")
self.assert_in_success_response(
[
"Your plan will be downgraded to <strong>Zulip Limited</strong> on "
"Your plan will be downgraded to <strong>Zulip Free</strong> on "
"<strong>January 2, 2013</strong>",
"You plan is scheduled for downgrade on <strong>January 2, 2013</strong>",
"Cancel downgrade",

View File

@ -54,7 +54,7 @@
Your plan will be upgraded to <strong>{{ plan_name }}</strong> on <strong>{{ renewal_date }}</strong> for
<strong>${{ renewal_amount }}</strong>.
{% elif downgrade_at_end_of_cycle %}
Your plan will be downgraded to <strong>Zulip Limited</strong> on <strong>{{ renewal_date }}</strong>.
Your plan will be downgraded to <strong>Zulip Free</strong> on <strong>{{ renewal_date }}</strong>.
{% elif switch_to_annual_at_end_of_cycle %}
Your plan will be switched from monthly to annual billing on <strong>{{ renewal_date }}</strong>.
{% else %}
@ -135,7 +135,7 @@
<h3>Downgrade</h3>
{% if free_trial %}
<p>
End Free Trial and downgrade plan to <strong>Zulip Limited</strong>.
End Free Trial and downgrade plan to <strong>Zulip Free</strong>.
</p>
<input name="status" type="hidden" value="{{ CustomerPlan.ENDED }}" />
<button class="btn-danger" id="change-plan-status">End free trial</button>
@ -148,7 +148,7 @@
<button class="btn-info" id="change-plan-status">Cancel downgrade</button>
{% else %}
<p>
Downgrade to <strong>Zulip Limited</strong> at the end of current billing period.
Downgrade to <strong>Zulip Free</strong> at the end of current billing period.
</p>
<input name="status" type="hidden" value="{{ CustomerPlan.DOWNGRADE_AT_END_OF_CYCLE }}" />
<button class="btn-danger" id="change-plan-status">Start downgrade process</button>