mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
fix typo
This commit is contained in:
parent
075b4da359
commit
7635a5b517
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ else
|
||||||
{
|
{
|
||||||
$response = [
|
$response = [
|
||||||
'status' => false,
|
'status' => false,
|
||||||
'message' => _('This host not accept approved users only')
|
'message' => _('This host accept approved users only')
|
||||||
];
|
];
|
||||||
|
|
||||||
continue 2;
|
continue 2;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue