From b4586331b09d53be23dcf7bcdcc60a9d64fa773f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Thu, 28 Feb 2019 10:12:27 +0100 Subject: [PATCH] Fix typos in strings [MAILPOET-1699] --- tests/acceptance/NewsletterSendingErrorCest.php | 2 +- views/newsletter/editor.html | 4 ++-- views/newsletters.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/acceptance/NewsletterSendingErrorCest.php b/tests/acceptance/NewsletterSendingErrorCest.php index 635e986b5e..96d6112753 100644 --- a/tests/acceptance/NewsletterSendingErrorCest.php +++ b/tests/acceptance/NewsletterSendingErrorCest.php @@ -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'); diff --git a/views/newsletter/editor.html b/views/newsletter/editor.html index b5905359a4..4f7ab76f2a 100644 --- a/views/newsletter/editor.html +++ b/views/newsletter/editor.html @@ -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 send emails with MailPoet Sending Service instead, like thousand of other users do.'), + 'newsletterPreviewErrorUseSendingService': __('The easy alternative is to send emails with MailPoet Sending Service 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'), diff --git a/views/newsletters.html b/views/newsletters.html index 5b3dd46155..5c352c2665 100644 --- a/views/newsletters.html +++ b/views/newsletters.html @@ -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 send emails with MailPoet Sending Service instead, like thousand of other users do.'), + 'mailerSendErrorUseSendingService': __('The easy alternative is to send emails with MailPoet Sending Service 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'),