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) {