Skip to content

Commit 8c17b7a

Browse files
committed
Message improvement.
1 parent bd36b3e commit 8c17b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Behavior/CaptchaBehavior.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function addCaptchaValidation(Validator $validator): void {
8989
'maxPerUser' => [
9090
'rule' => 'validateCaptchaMaxPerUser',
9191
'provider' => 'table',
92-
'message' => __d('captcha', 'Please retry later'),
92+
'message' => __d('captcha', 'Limit reached. Please retry later'),
9393
'last' => true,
9494
],
9595
]);

0 commit comments

Comments
 (0)