From 06b8d7bc76eb4f7f4c238d17abcb1cad680a7ccb Mon Sep 17 00:00:00 2001 From: Ruchit Patel Date: Thu, 18 Jul 2024 18:08:58 +0530 Subject: [PATCH] Update message. --- src/Traits/Rules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Traits/Rules.php b/src/Traits/Rules.php index 002c1cc..16c9230 100644 --- a/src/Traits/Rules.php +++ b/src/Traits/Rules.php @@ -89,11 +89,11 @@ public function checkRules(string $name, string $type = null): array } if ($checkAlphabets !== Constant::STATUS_TRUE) { - $messages[] = __('Lang::messages.standard.error_message.alphabets') . "($checkAlphabets)"; + $messages[] = __('Lang::messages.standard.error_message.alphabets'); } if ($checkConvention !== Constant::STATUS_TRUE) { - $messages[] = __('Lang::messages.standard.error_message.convention') . "($checkConvention)"; + $messages[] = __('Lang::messages.standard.error_message.convention') ; } } catch (Exception $exception) {