Fix periodicity strings
This commit is contained in:
@@ -23,7 +23,7 @@ define(
|
||||
},
|
||||
{
|
||||
name: 'options',
|
||||
label: MailPoet.I18n.t('selectPeriodicity'),
|
||||
label: MailPoet.I18n.t('selectFrequency'),
|
||||
type: 'reactComponent',
|
||||
component: Scheduling,
|
||||
},
|
||||
|
@@ -71,7 +71,7 @@ define(
|
||||
<h1>{MailPoet.I18n.t('postNotificationNewsletterTypeTitle')}</h1>
|
||||
<Breadcrumb step="type" />
|
||||
|
||||
<h3>{MailPoet.I18n.t('selectPeriodicity')}</h3>
|
||||
<h3>{MailPoet.I18n.t('selectFrequency')}</h3>
|
||||
|
||||
<Scheduling
|
||||
item={this.state}
|
||||
|
Reference in New Issue
Block a user