Add event selection explanation to welcome email type

This commit is contained in:
Tautvidas Sipavičius
2016-03-10 17:49:06 +02:00
parent 9aef6850c2
commit 5fe03f0dee
2 changed files with 3 additions and 0 deletions

View File

@@ -155,6 +155,8 @@ define(
<h1>{MailPoetI18n.welcomeEmail}</h1>
<Breadcrumb step="type" />
<h3>{MailPoetI18n.selectEventToSendWelcomeEmail}</h3>
<Select
field={events}
item={this.state}

View File

@@ -49,6 +49,7 @@
'nth': __('%$1dth'),
'next': __('Next'),
'selectEventToSendWelcomeEmail': __('Select an event to send this welcome email'),
'whenSomeoneSubscribesToList': __('When someone subscribes to the list...'),
'whenWordpressUserIsAdded': __('When a new Wordrpess user is added to your site...'),
'delayImmediately': __('immediately.'),