Browse Source

update error message

main
ghost 1 year ago
parent
commit
1f6c439c92
  1. 2
      src/app/model/validator.php

2
src/app/model/validator.php

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

Loading…
Cancel
Save