converted text domain to string instead of constant
This commit is contained in:
@ -22,7 +22,7 @@ class Mailer extends APIEndpoint {
|
||||
|
||||
if($result === false) {
|
||||
return $this->errorResponse(array(
|
||||
APIError::BAD_REQUEST => __("The email could not be sent. Please check your settings.", MAILPOET)
|
||||
APIError::BAD_REQUEST => __("The email could not be sent. Please check your settings.", 'mailpoet')
|
||||
));
|
||||
} else {
|
||||
return $this->successResponse(null);
|
||||
|
Reference in New Issue
Block a user