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:
parent
6a1f71e92d
commit
77207fccff
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue