Clarify unknown MailChimp error message

This commit is contained in:
Tautvidas Sipavičius
2019-01-24 15:15:42 +02:00
parent b1ce9b8b91
commit 0dfc967153

View File

@ -126,7 +126,7 @@ class MailChimp {
}
function throwException($error) {
$errorMessage = __('Unknown MailChimp error message.', 'mailpoet');
$errorMessage = __('Unknown MailChimp error.', 'mailpoet');
switch($error) {
case 'API':
$errorMessage = __('Invalid API Key.', 'mailpoet');