We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a8fc8 commit bf87caeCopy full SHA for bf87cae
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "yexk/login-google-captcha",
+ "name": "yexk/dcat-login-google-captcha",
3
"alias": "login captcha",
4
"description": "Dcat-admin login Google Captcha extension.",
5
"type": "library",
resources/lang/en/captcha.php
@@ -3,4 +3,5 @@
return [
'captcha' => 'Google Captcha',
'enter_captcha' => 'Pleace enter a Google captcha',
6
+ 'captcha_error' => 'Google auth failed!',
7
];
resources/lang/zh_CN/captcha.php
'captcha' => 'Google验证码',
'enter_captcha' => '请输入Google验证码',
+ 'captcha_error' => 'Google验证码失败!',
0 commit comments