mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-02 10:05:33 +00:00
update error message
This commit is contained in:
parent
e6293f90b2
commit
1f6c439c92
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ class AppModelValidator
|
||||||
array_push(
|
array_push(
|
||||||
$error,
|
$error,
|
||||||
sprintf(
|
sprintf(
|
||||||
_('Host of "%s" not supported'),
|
_('Host "%s" not supported'),
|
||||||
$value
|
$value
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue