Fix typos in strings
[MAILPOET-1699]
This commit is contained in:
@ -43,7 +43,7 @@ class NewsletterSendingErrorCest {
|
||||
$I->waitForElement('.mailpoet_notice.notice-error div');
|
||||
$I->see('Sending has been paused due to a technical issue with PHPMail: ' . $errorMessage, '.notice-error p');
|
||||
$I->see('Please check your sending method configuration, you may need to consult with your hosting company.', '.notice-error p');
|
||||
$I->see('The easy alternative is to send emails with MailPoet Sending Service instead, like thousand of other users do.', '.notice-error p');
|
||||
$I->see('The easy alternative is to send emails with MailPoet Sending Service instead, like thousands of other users do.', '.notice-error p');
|
||||
$I->see('Sign up for free in minutes', '.notice-error p');
|
||||
$I->see('Resume sending', '.notice-error p');
|
||||
|
||||
|
@ -347,9 +347,9 @@
|
||||
'automatedLatestContentMissing': __('Please add an "Automated Latest Content" widget to the email from the right sidebar.'),
|
||||
'newsletterPreviewEmailMissing': __('Enter an email address to send the preview newsletter to.'),
|
||||
'newsletterPreviewSent': __('Your test email has been sent!'),
|
||||
'newsletterPreviewErrorNotice': __('The email could not be send due to a technical issue with %$1s'),
|
||||
'newsletterPreviewErrorNotice': __('The email could not be sent due to a technical issue with %$1s'),
|
||||
'newsletterPreviewErrorCheckConfiguration': __('Please check your sending method configuration, you may need to consult with your hosting company.'),
|
||||
'newsletterPreviewErrorUseSendingService': __('The easy alternative is to <b>send emails with MailPoet Sending Service</b> instead, like thousand of other users do.'),
|
||||
'newsletterPreviewErrorUseSendingService': __('The easy alternative is to <b>send emails with MailPoet Sending Service</b> instead, like thousands of other users do.'),
|
||||
'newsletterPreviewErrorSignUpForSendingService': __('Sign up for free in minutes'),
|
||||
'newsletterPreviewErrorCheckSettingsNotice': __('Check your [link]sending method settings[/link].'),
|
||||
'templateNameMissing': __('Please add a template name'),
|
||||
|
@ -280,7 +280,7 @@
|
||||
|
||||
'mailerSendErrorNotice': __('Sending has been paused due to a technical issue with %$1s'),
|
||||
'mailerSendErrorCheckConfiguration': __('Please check your sending method configuration, you may need to consult with your hosting company.'),
|
||||
'mailerSendErrorUseSendingService': __('The easy alternative is to <b>send emails with MailPoet Sending Service</b> instead, like thousand of other users do.'),
|
||||
'mailerSendErrorUseSendingService': __('The easy alternative is to <b>send emails with MailPoet Sending Service</b> instead, like thousands of other users do.'),
|
||||
'mailerSendErrorSignUpForSendingService': __('Sign up for free in minutes'),
|
||||
'mailerConnectionErrorNotice': __('Sending is paused because the following connection issue prevents MailPoet from delivering emails'),
|
||||
'mailerErrorCode': __('Error code: %$1s'),
|
||||
|
Reference in New Issue
Block a user