Updated email sending error copy

refs https://github.com/TryGhost/Team/issues/912
This commit is contained in:
Naz 2021-08-03 10:13:00 +04:00
parent db4a596d92
commit 7471c98df2

View File

@ -26,7 +26,7 @@ const messages = {
invalidSegment: 'Invalid segment value. Use one of the valid:"status:free" or "status:-free" values.',
unexpectedFilterError: 'Unexpected {property} value "{value}", expected an NQL equivalent',
noneFilterError: 'Cannot send email to "none" {property}',
emailSendingDisabled: `Sending is temporarily disabled because your account is currently in review. You should have an email about this from us already, but you can also reach us any time at support@ghost.org`
emailSendingDisabled: `Email sending is temporarily disabled because your account is currently in review. You should have an email about this from us already, but you can also reach us any time at support@ghost.org`
};
const getFromAddress = () => {