Updated copy from the payment modal
This commit is contained in:
parent
0acdd047fc
commit
59e8e97bbc
|
@ -38,7 +38,7 @@
|
||||||
window.location.href = upgradeUrl
|
window.location.href = upgradeUrl
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Body>The payment for your business plan subscription has failed</Body>
|
<Body>The payment for your subscription has failed</Body>
|
||||||
<Body>
|
<Body>
|
||||||
Please upgrade your billing details before your account gets downgraded
|
Please upgrade your billing details before your account gets downgraded
|
||||||
to the free plan
|
to the free plan
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
</ModalContent>
|
</ModalContent>
|
||||||
{:else}
|
{:else}
|
||||||
<ModalContent title={paymentFailedTitle} size="M" showCancelButton={false}>
|
<ModalContent title={paymentFailedTitle} size="M" showCancelButton={false}>
|
||||||
<Body>The payment for your business plan subscription has failed</Body>
|
<Body>The payment for your subscription has failed</Body>
|
||||||
<Body>
|
<Body>
|
||||||
Please upgrade your billing details before your account gets downgraded
|
Please upgrade your billing details before your account gets downgraded
|
||||||
to the free plan
|
to the free plan
|
||||||
|
|
Loading…
Reference in New Issue