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',
label: MailPoet.I18n.t('selectPeriodicity'),
label: MailPoet.I18n.t('selectFrequency'),
type: 'reactComponent',
component: Scheduling,
},

View File

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