mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
billing: Update wording on /upgrade.
This commit is contained in:
@@ -63,7 +63,8 @@
|
|||||||
<p>
|
<p>
|
||||||
You’ll initially be charged
|
You’ll initially be charged
|
||||||
<b>$<span id="charged_amount">{{ cloud_annual_price * seat_count }}</span></b>
|
<b>$<span id="charged_amount">{{ cloud_annual_price * seat_count }}</span></b>
|
||||||
for <b>{{ seat_count }}</b> users.
|
for <b>{{ seat_count }}</b> users. We’ll automatically charge you
|
||||||
|
when new users are added, and give you credit when users are deactivated.
|
||||||
</p>
|
</p>
|
||||||
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
|
||||||
data-key="{{ publishable_key }}"
|
data-key="{{ publishable_key }}"
|
||||||
@@ -109,12 +110,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<h4>Number of users</h4>
|
|
||||||
<input type="text" id="invoiced_seat_count" name="invoiced_seat_count" value=""/>
|
|
||||||
<p>
|
<p>
|
||||||
We'll send you an invoice by email. You
|
Tell us ahead of time how many users you're planning for. We'll email you an
|
||||||
must invoice for at least {{ min_seat_count_for_invoice }} users.
|
invoice in 1-2 hours. Invoices can be paid by ACH transfer or credit card.
|
||||||
</p>
|
</p>
|
||||||
|
<h4>Number of users (minimum {{ min_seat_count_for_invoice }})</h4>
|
||||||
|
<input type="text" id="invoiced_seat_count" name="invoiced_seat_count" value=""/><br>
|
||||||
<button type="submit" class="stripe-button-el invoice-button">Buy Standard</button>
|
<button type="submit" class="stripe-button-el invoice-button">Buy Standard</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user