Skip to content

Commit

Permalink
Update message.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchit288 committed Jul 18, 2024
1 parent 64cb86a commit 06b8d7b
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 06b8d7b

Please sign in to comment.