Fixed Stripe disconnect modal copy in test mode

This commit is contained in:
Sanne de Vries 2022-03-02 13:07:02 +01:00
parent c38111aa5c
commit f6f25fabe6

View File

@ -4,7 +4,11 @@
<a class="close" href="" role="button" title="Close" {{action "closeModal"}}>{{svg-jar "close"}}<span class="hidden">Close</span></a>
<div class="modal-body">
You're about to disconnect your Stripe account ({{this.stripeConnectAccountName}}) from this site. This will automatically turn off paid memberships on this site.
You're about to disconnect your Stripe account
{{#if this.stripeConnectAccountName}}
({{this.stripeConnectAccountName}})
{{/if}}
from this site. This will automatically turn off paid memberships on this site.
</div>
<div class="modal-footer">