2025/01/16 뉴스레터 alert창 문구 수정

This commit is contained in:
subsub 2025-01-16 16:11:11 +09:00
parent 83ac5a84ee
commit 30f60e5e2c

View File

@ -87,7 +87,7 @@
} }
if(!$("#_agreeCheck").is(":checked")){ if(!$("#_agreeCheck").is(":checked")){
alert("위 약관에 동의 해주세요."); alert("개인정보 수집 및 이용에 동의를 해주세요.");
$("#_agreeCheck").focus(); $("#_agreeCheck").focus();
return false; return false;
} }