diff --git a/plugin/kcaptcha/kcaptcha.js b/plugin/kcaptcha/kcaptcha.js index dbe5ae277..a70f09066 100644 --- a/plugin/kcaptcha/kcaptcha.js +++ b/plugin/kcaptcha/kcaptcha.js @@ -95,7 +95,7 @@ function chk_captcha() }); if (!captcha_result) { - alert('글자가 틀렸거나 입력 횟수가 넘었습니다.\n\n새로고침을 클릭하여 다시 입력해 주십시오.'); + alert('자동등록방지 입력 글자가 틀렸거나 입력 횟수가 넘었습니다.\n\n새로고침을 클릭하여 다시 입력해 주십시오.'); captcha_key.select(); captcha_key.focus(); return false;