mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed Stripe disconnect modal copy in test mode
This commit is contained in:
parent
c38111aa5c
commit
f6f25fabe6
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user