Updated confirmation modal copy

refs https://github.com/TryGhost/Team/issues/1252
This commit is contained in:
Djordje Vlaisavljevic 2022-02-04 10:36:55 +01:00
parent c44766e8d3
commit a05c9e4c76
2 changed files with 8 additions and 2 deletions

View File

@ -7,7 +7,10 @@
<div class="modal-body">
<p>
Members will no longer be able to subscribe to <strong>{{@data.product.name}}</strong> and it will be removed from the list of available tiers in portal. Existing members on this tier will remain unchanged.
Members will no longer be able to subscribe to <strong>{{@data.product.name}}</strong> and it will be removed from the list of available tiers in portal.
</p>
<p>
Existing members on this tier will remain unchanged.
</p>
</div>

View File

@ -7,7 +7,10 @@
<div class="modal-body">
<p>
Reactivating <strong>{{@data.product.name}}</strong> will immediately allow new members to subscribe to this.
Reactivating <strong>{{@data.product.name}}</strong> will re-enable it as an option in portal and allow new members to subscribe to this tier.
</p>
<p>
Existing members will remain unchanged.
</p>
</div>