Skip to content

Commit

Permalink
Message improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Aug 25, 2023
1 parent bd36b3e commit 8c17b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/CaptchaBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function addCaptchaValidation(Validator $validator): void {
'maxPerUser' => [
'rule' => 'validateCaptchaMaxPerUser',
'provider' => 'table',
'message' => __d('captcha', 'Please retry later'),
'message' => __d('captcha', 'Limit reached. Please retry later'),
'last' => true,
],
]);
Expand Down

0 comments on commit 8c17b7a

Please sign in to comment.