Skip to content

Commit c6c1d3b

Browse files
authored
Merge pull request #60 from ruchit288/main
Update message.
2 parents 63a55b5 + 06b8d7b commit c6c1d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Traits/Rules.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ public function checkRules(string $name, string $type = null): array
8989
}
9090

9191
if ($checkAlphabets !== Constant::STATUS_TRUE) {
92-
$messages[] = __('Lang::messages.standard.error_message.alphabets') . "($checkAlphabets)";
92+
$messages[] = __('Lang::messages.standard.error_message.alphabets');
9393
}
9494

9595
if ($checkConvention !== Constant::STATUS_TRUE) {
96-
$messages[] = __('Lang::messages.standard.error_message.convention') . "($checkConvention)";
96+
$messages[] = __('Lang::messages.standard.error_message.convention') ;
9797
}
9898

9999
} catch (Exception $exception) {

0 commit comments

Comments
 (0)