diff --git a/ghost/admin/app/controllers/editor.js b/ghost/admin/app/controllers/editor.js index 207149d369..3c59b6fa87 100644 --- a/ghost/admin/app/controllers/editor.js +++ b/ghost/admin/app/controllers/editor.js @@ -67,17 +67,23 @@ const messageMap = { published: { published: 'Updated', draft: 'Saved', - scheduled: 'Scheduled' + scheduled: 'Scheduled', + sent: 'Sent' }, draft: { published: 'Published', draft: 'Saved', - scheduled: 'Scheduled' + scheduled: 'Scheduled', + sent: 'Sent' }, scheduled: { scheduled: 'Updated', draft: 'Unscheduled', - published: 'Published' + published: 'Published', + sent: 'Sent' + }, + sent: { + sent: 'Sent' } } }