Fix periodicity strings
This commit is contained in:
@@ -23,7 +23,7 @@ define(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'options',
|
name: 'options',
|
||||||
label: MailPoet.I18n.t('selectPeriodicity'),
|
label: MailPoet.I18n.t('selectFrequency'),
|
||||||
type: 'reactComponent',
|
type: 'reactComponent',
|
||||||
component: Scheduling,
|
component: Scheduling,
|
||||||
},
|
},
|
||||||
|
@@ -71,7 +71,7 @@ define(
|
|||||||
<h1>{MailPoet.I18n.t('postNotificationNewsletterTypeTitle')}</h1>
|
<h1>{MailPoet.I18n.t('postNotificationNewsletterTypeTitle')}</h1>
|
||||||
<Breadcrumb step="type" />
|
<Breadcrumb step="type" />
|
||||||
|
|
||||||
<h3>{MailPoet.I18n.t('selectPeriodicity')}</h3>
|
<h3>{MailPoet.I18n.t('selectFrequency')}</h3>
|
||||||
|
|
||||||
<Scheduling
|
<Scheduling
|
||||||
item={this.state}
|
item={this.state}
|
||||||
|
@@ -109,8 +109,7 @@
|
|||||||
'setUp': __('Set up'),
|
'setUp': __('Set up'),
|
||||||
'postNotificationNewsletterTypeTitle': __('Post notifications'),
|
'postNotificationNewsletterTypeTitle': __('Post notifications'),
|
||||||
'postNotificationsNewsletterTypeDescription': __('Automatically send posts immediately, daily, weekly or monthly. Filter by categories, if you like.'),
|
'postNotificationsNewsletterTypeDescription': __('Automatically send posts immediately, daily, weekly or monthly. Filter by categories, if you like.'),
|
||||||
'selectPeriodicity': __('Select a frequency'),
|
'selectFrequency': __('Select a frequency'),
|
||||||
'periodicity': __('Frequency'),
|
|
||||||
'postNotificationSubjectLineTip': __("Insert [newsletter:total] to show number of posts, [newsletter:post_title] to show the latest post's title & [newsletter:number] to display the issue number."),
|
'postNotificationSubjectLineTip': __("Insert [newsletter:total] to show number of posts, [newsletter:post_title] to show the latest post's title & [newsletter:number] to display the issue number."),
|
||||||
'activate': __('Activate'),
|
'activate': __('Activate'),
|
||||||
'sendWelcomeEmailWhen': __('Send welcome email when...'),
|
'sendWelcomeEmailWhen': __('Send welcome email when...'),
|
||||||
|
Reference in New Issue
Block a user