added textdomain to __() calls
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.")
|
||||
APIError::BAD_REQUEST => __("The email could not be sent. Please check your settings.", Env::$plugin_name)
|
||||
));
|
||||
} else {
|
||||
return $this->successResponse(null);
|
||||
|
Reference in New Issue
Block a user