mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +03:00
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:
parent
92446d85ea
commit
436db4ec3b
@ -20,7 +20,7 @@ module.exports = async () => {
|
||||
|
||||
if (totalMembers > allowedMembersLimit) {
|
||||
throw new errors.HostLimitError({
|
||||
message: `Your current plan allows you to send email to up to ${allowedMembersLimit} members, but you currently have ${totalMembers} members`,
|
||||
message: `Your current plan allows you to have up to ${allowedMembersLimit} members, but you currently have ${totalMembers} members`,
|
||||
help: hostUpgradeLink,
|
||||
errorDetails: {
|
||||
limit: allowedMembersLimit,
|
||||
|
Loading…
Reference in New Issue
Block a user