Merge pull request #1663 from mailpoet/subject-post-notification
Update Post notification default subject [MAILPOET-1615]
This commit is contained in:
@@ -42,7 +42,7 @@ class NewsletterNotification extends React.Component {
|
|||||||
action: 'create',
|
action: 'create',
|
||||||
data: _.extend({}, this.state, {
|
data: _.extend({}, this.state, {
|
||||||
type: 'notification',
|
type: 'notification',
|
||||||
subject: MailPoet.I18n.t('draftNewsletterTitle'),
|
subject: MailPoet.I18n.t('draftPostNotificationTitle'),
|
||||||
}),
|
}),
|
||||||
}).done((response) => {
|
}).done((response) => {
|
||||||
this.showTemplateSelection(response.data.id);
|
this.showTemplateSelection(response.data.id);
|
||||||
|
@@ -137,6 +137,7 @@
|
|||||||
'selectTemplateTitle': __('Select a responsive template'),
|
'selectTemplateTitle': __('Select a responsive template'),
|
||||||
|
|
||||||
'draftNewsletterTitle': __('Subject'),
|
'draftNewsletterTitle': __('Subject'),
|
||||||
|
'draftPostNotificationTitle': __('The last [newsletter:total] posts from our blog'),
|
||||||
'pickCampaignType': __('Select type of email'),
|
'pickCampaignType': __('Select type of email'),
|
||||||
'seeVideoGuide': __('See video guide'),
|
'seeVideoGuide': __('See video guide'),
|
||||||
'regularNewsletterTypeTitle': __('Newsletter'),
|
'regularNewsletterTypeTitle': __('Newsletter'),
|
||||||
|
Reference in New Issue
Block a user