Fix periodicity strings

This commit is contained in:
Tautvidas Sipavičius
2016-06-17 16:28:40 +03:00
parent 36e9168eef
commit 2360c4d6e4
3 changed files with 3 additions and 4 deletions

View File

@@ -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,
}, },

View File

@@ -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}

View File

@@ -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...'),