diff --git a/src/public/api/push.php b/src/public/api/push.php index 1e2605d..9572bcc 100644 --- a/src/public/api/push.php +++ b/src/public/api/push.php @@ -161,7 +161,7 @@ else { $response = [ 'status' => false, - 'message' => _('This host not accept approved users only') + 'message' => _('This host accept approved users only') ]; continue 2;