mirror of https://github.com/zulip/zulip.git
billing: Clarify minimum purchase license numbers.
This commit is contained in:
parent
b377673190
commit
356d775d31
|
@ -216,12 +216,13 @@
|
|||
{%- else %}
|
||||
{{ "1 month" if billing_frequency == "Monthly" else "12 months" }}
|
||||
{%- endif -%})
|
||||
{% if using_min_licenses_for_plan %}
|
||||
(<i>minimum purchase</i>)
|
||||
{% endif %}
|
||||
{% if discount_percent %}
|
||||
<br />
|
||||
<i class="billing-page-discount">Includes {{ discount_percent }}% discount.</i>
|
||||
<i class="billing-page-discount">Includes: {{ discount_percent }}% discount</i>
|
||||
{% endif %}
|
||||
{% if using_min_licenses_for_plan %}
|
||||
<br />
|
||||
<i>Minimum purchase for this plan: 10 licenses</i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
@ -134,12 +134,13 @@
|
|||
{{ 'user' if seat_count == 1 else 'users' }}
|
||||
</span> x
|
||||
<span class="due-today-duration"></span>
|
||||
{% if not manual_license_management and using_min_licenses_for_plan %}
|
||||
<i>(minimum purchase)</i>
|
||||
{% endif %}
|
||||
{% if discount_percent %}
|
||||
<br/>
|
||||
<i class="billing-page-discount">Includes {{ discount_percent }}% discount.</i>
|
||||
<i class="billing-page-discount">Includes: {{ discount_percent }}% discount</i>
|
||||
{% endif %}
|
||||
{% if not manual_license_management and using_min_licenses_for_plan %}
|
||||
<br />
|
||||
<i>Minimum purchase for this plan: 10 licenses</i>
|
||||
{% endif %}
|
||||
<h1>$<span class="due-today-price"></span></h1>
|
||||
{% if free_trial_days %}
|
||||
|
|
Loading…
Reference in New Issue