0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated host limit modal name

refs: https://github.com/TryGhost/Team/issues/510

- We now disable publishing, not just emailing, when over member limits
- Ideally, this should use the configured error message, but for now displaying the right info is important
This commit is contained in:
Hannah Wolfe 2021-03-04 21:08:59 +00:00 committed by Hannah Wolfe
parent 6a1f71e92d
commit 77207fccff

View file

@ -1,6 +1,6 @@
<header class="modal-header" data-test-modal="delete-user">
<h1>Upgrade to enable newsletter delivery</h1>
<h1>Upgrade to enable publishing</h1>
</header>
<button class="close" title="Close" {{on "click" this.closeModal}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>