diff --git a/src/main/resources/static/js/login/login.js b/src/main/resources/static/js/login/login.js index b2c7669e..4b0eeaeb 100644 --- a/src/main/resources/static/js/login/login.js +++ b/src/main/resources/static/js/login/login.js @@ -136,7 +136,7 @@ function valueCheck(){ $(document).on('click', '#findPwBtn', function (){ if(!$("#fDicCode").val()){ - alert("공무원식별번호를 입력해주세요."); + alert("디지털 식별코드를 입력해주세요."); $('#fDicCode').focus(); return false; } diff --git a/src/main/resources/templates/login/login.html b/src/main/resources/templates/login/login.html index bd63030e..5aac1034 100644 --- a/src/main/resources/templates/login/login.html +++ b/src/main/resources/templates/login/login.html @@ -73,28 +73,28 @@