converted text domain to string instead of constant
This commit is contained in:
@@ -15,7 +15,7 @@ class Settings extends APIEndpoint {
|
||||
if(empty($settings)) {
|
||||
return $this->badRequest(array(
|
||||
APIError::BAD_REQUEST =>
|
||||
__("You have not specified any settings to be saved.", MAILPOET)
|
||||
__("You have not specified any settings to be saved.", 'mailpoet')
|
||||
));
|
||||
} else {
|
||||
foreach($settings as $name => $value) {
|
||||
|
Reference in New Issue
Block a user