Updated host limit message to be clearer

- limits are based on total members not number of members that will be emailed
This commit is contained in:
Hannah Wolfe 2020-07-23 18:24:33 +01:00
parent fd5794cde9
commit 14e533ea7a
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<header class="modal-header" data-test-modal="delete-user">
<h1>Upgrade your plan to continue</h1>
<h1>Upgrade your plan to enable newsletter delivery</h1>
</header>
<button class="close" title="Close" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>
<div class="modal-body">
<p>
Your current plan allows you to send posts by email to up to <strong>{{upgradeMessage.limit}}</strong> members, but you currently have <strong>{{upgradeMessage.total}}</strong> members.
Your current plan allows you to have up to <strong>{{upgradeMessage.limit}}</strong> members, but you currently have <strong>{{upgradeMessage.total}}</strong> members.
</p>
</div>