Change header string used when setting up Welcome Emails
[MAILPOET-3781]
This commit is contained in:
@@ -38,7 +38,7 @@ let fields = [
|
||||
},
|
||||
{
|
||||
name: 'options',
|
||||
label: MailPoet.I18n.t('sendWelcomeEmailWhen'),
|
||||
label: MailPoet.I18n.t('selectEventToSendWelcomeEmail'),
|
||||
type: 'reactComponent',
|
||||
component: Scheduling,
|
||||
},
|
||||
|
@@ -18,7 +18,7 @@ class CreateWelcomeEmailCest {
|
||||
$i->waitForElement($titleElement);
|
||||
$i->fillField($titleElement, $newsletterTitle);
|
||||
$i->click('Next');
|
||||
$i->waitForText('Send this Welcome Email when');
|
||||
$i->waitForText('When to send this welcome email?');
|
||||
$i->click('Activate');
|
||||
$i->waitForElement('[data-automation-id="newsletters_listing_tabs"]');
|
||||
$i->searchFor($newsletterTitle);
|
||||
|
@@ -226,7 +226,6 @@
|
||||
'selectFrequency': __('Select a 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."),
|
||||
'activate': __('Activate'),
|
||||
'sendWelcomeEmailWhen': __('Send this Welcome Email when...'),
|
||||
'premiumBannerDescription': __('Learn more about your subscribers and optimize your campaigns. See who opened your emails, which links they clicked, and then use the data to make your emails even better. And if you run a WooCommerce store, you’ll also see the revenue earned per email.'),
|
||||
'upgradeRequired': __('Upgrade required'),
|
||||
'newsletterFreeVersionLimit': __('Congratulations, you now have [subscribersCount] subscribers! Our free version is limited to [subscribersLimit] subscribers. You need to upgrade now to be able to continue using MailPoet.'),
|
||||
@@ -251,7 +250,7 @@
|
||||
'last': _x('last', 'e.g. monthly every last Monday'),
|
||||
'next': _x('Next', 'Button label: Next step'),
|
||||
|
||||
'selectEventToSendWelcomeEmail': __('When is this Welcome Email sent?'),
|
||||
'selectEventToSendWelcomeEmail': __('When to send this welcome email?'),
|
||||
|
||||
'onSubscriptionToList': __('When someone subscribes to the list...'),
|
||||
'onWPUserRegistration': __('When a new WordPress user is added to your site...'),
|
||||
|
Reference in New Issue
Block a user