upgrade: Rename "Add card" button to "Pay now".

We do not redirect to Zulip's billing page for confirmation
even when user did not had added a card already and the payment
is directly processed after adding a card so is better to just
rename the button.
This commit is contained in:
Sahil Batra 2023-10-05 00:08:39 +05:30 committed by Tim Abbott
parent f88715cb2c
commit 05c6a41dd7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@
<div class="upgrade-button-container" {% if is_demo_organization %}data-tippy-content="{% trans %}Convert demo organization before upgrading.{% endtrans %}"{% endif %}> <div class="upgrade-button-container" {% if is_demo_organization %}data-tippy-content="{% trans %}Convert demo organization before upgrading.{% endtrans %}"{% endif %}>
<button id="add-card-button" class="stripe-button-el invoice-button" {% if is_demo_organization %}disabled{% endif %}> <button id="add-card-button" class="stripe-button-el invoice-button" {% if is_demo_organization %}disabled{% endif %}>
<span id="add-card-button-span"> <span id="add-card-button-span">
Add card Pay now
</span> </span>
</button> </button>
</div> </div>