Skip to content

Commit bf87cae

Browse files
committed
fix: bug
1 parent 76a8fc8 commit bf87cae

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "yexk/login-google-captcha",
2+
"name": "yexk/dcat-login-google-captcha",
33
"alias": "login captcha",
44
"description": "Dcat-admin login Google Captcha extension.",
55
"type": "library",

resources/lang/en/captcha.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
return [
44
'captcha' => 'Google Captcha',
55
'enter_captcha' => 'Pleace enter a Google captcha',
6+
'captcha_error' => 'Google auth failed!',
67
];

resources/lang/zh_CN/captcha.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
return [
44
'captcha' => 'Google验证码',
55
'enter_captcha' => '请输入Google验证码',
6+
'captcha_error' => 'Google验证码失败!',
67
];

0 commit comments

Comments
 (0)