update error message

This commit is contained in:
ghost 2023-09-29 14:42:11 +03:00
parent e6293f90b2
commit 1f6c439c92

View File

@ -338,7 +338,7 @@ class AppModelValidator
array_push(
$error,
sprintf(
_('Host of "%s" not supported'),
_('Host "%s" not supported'),
$value
)
);