Add event selection explanation to welcome email type
This commit is contained in:
@@ -155,6 +155,8 @@ define(
|
|||||||
<h1>{MailPoetI18n.welcomeEmail}</h1>
|
<h1>{MailPoetI18n.welcomeEmail}</h1>
|
||||||
<Breadcrumb step="type" />
|
<Breadcrumb step="type" />
|
||||||
|
|
||||||
|
<h3>{MailPoetI18n.selectEventToSendWelcomeEmail}</h3>
|
||||||
|
|
||||||
<Select
|
<Select
|
||||||
field={events}
|
field={events}
|
||||||
item={this.state}
|
item={this.state}
|
||||||
|
@@ -49,6 +49,7 @@
|
|||||||
'nth': __('%$1dth'),
|
'nth': __('%$1dth'),
|
||||||
'next': __('Next'),
|
'next': __('Next'),
|
||||||
|
|
||||||
|
'selectEventToSendWelcomeEmail': __('Select an event to send this welcome email'),
|
||||||
'whenSomeoneSubscribesToList': __('When someone subscribes to the list...'),
|
'whenSomeoneSubscribesToList': __('When someone subscribes to the list...'),
|
||||||
'whenWordpressUserIsAdded': __('When a new Wordrpess user is added to your site...'),
|
'whenWordpressUserIsAdded': __('When a new Wordrpess user is added to your site...'),
|
||||||
'delayImmediately': __('immediately.'),
|
'delayImmediately': __('immediately.'),
|
||||||
|
Reference in New Issue
Block a user