diff --git a/config_example/error_page/CAPTCHA.html b/config_example/error_page/CAPTCHA.html
index 8a73f12..30f7032 100644
--- a/config_example/error_page/CAPTCHA.html
+++ b/config_example/error_page/CAPTCHA.html
@@ -32,7 +32,7 @@
margin-top: 10px;
color: #666;
}
- .verifyBox {
+ .toriiVerifyBox {
margin-top: 10px;
color: #666;
}
@@ -85,7 +85,7 @@
if (captchaDiv && captchaDiv.children.length > 0) {
} else {
- document.getElementById("verifyBox").innerHTML = "Loading CAPTCHA failed, please check your internet connection and try again.
"
+ document.getElementById("toriiVerifyBox").innerHTML = "Loading CAPTCHA failed, please check your internet connection and try again.
"
+ "加载人机验证失败,请检查尝试更换网络环境后重试。";
}
}
@@ -96,7 +96,7 @@