Update Post notification default subject

[MAILPOET-1615]
This commit is contained in:
Pavel Dohnal
2018-12-03 16:47:26 +01:00
parent 8936836e0a
commit 191876aac0
2 changed files with 2 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ class NewsletterNotification extends React.Component {
action: 'create',
data: _.extend({}, this.state, {
type: 'notification',
subject: MailPoet.I18n.t('draftNewsletterTitle'),
subject: MailPoet.I18n.t('draftPostNotificationTitle'),
}),
}).done((response) => {
this.showTemplateSelection(response.data.id);