Browse Source

fix typo

main
ghost 1 year ago
parent
commit
7635a5b517
  1. 2
      src/public/api/push.php

2
src/public/api/push.php

@ -161,7 +161,7 @@ else @@ -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;

Loading…
Cancel
Save