mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 03:14:03 +03:00
Updated email sending error copy
refs https://github.com/TryGhost/Team/issues/912
This commit is contained in:
parent
db4a596d92
commit
7471c98df2
@ -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 = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user