From 7635a5b517ce5d9bec4cfb96151f453f9cd75ebb Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 16 Sep 2023 17:02:21 +0300 Subject: [PATCH] fix typo --- src/public/api/push.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;