Skip to content

Commit

Permalink
Merge pull request #60 from ruchit288/main
Browse files Browse the repository at this point in the history
Update message.
  • Loading branch information
ruchit288 authored Jul 18, 2024
2 parents 63a55b5 + 06b8d7b commit c6c1d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Traits/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit c6c1d3b

Please sign in to comment.