diff --git a/assets/js/src/newsletters/types/notification/notification.jsx b/assets/js/src/newsletters/types/notification/notification.jsx index edf923a45f..d870459715 100644 --- a/assets/js/src/newsletters/types/notification/notification.jsx +++ b/assets/js/src/newsletters/types/notification/notification.jsx @@ -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); diff --git a/views/newsletters.html b/views/newsletters.html index 2f6c6aa524..2dd5ea2c31 100644 --- a/views/newsletters.html +++ b/views/newsletters.html @@ -137,6 +137,7 @@ 'selectTemplateTitle': __('Select a responsive template'), 'draftNewsletterTitle': __('Subject'), + 'draftPostNotificationTitle': __('The last [newsletter:total] posts from our blog'), 'pickCampaignType': __('Select type of email'), 'seeVideoGuide': __('See video guide'), 'regularNewsletterTypeTitle': __('Newsletter'),