From 1f6c439c92023c0a5653f1138893c2935233e694 Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 29 Sep 2023 14:42:11 +0300 Subject: [PATCH] update error message --- src/app/model/validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/model/validator.php b/src/app/model/validator.php index 2e35ada..9040953 100644 --- a/src/app/model/validator.php +++ b/src/app/model/validator.php @@ -338,7 +338,7 @@ class AppModelValidator array_push( $error, sprintf( - _('Host of "%s" not supported'), + _('Host "%s" not supported'), $value ) );