junekeunsong hace 4 años
padre
commit
f74efe6987
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/jsp/mobile/login/login.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/mobile/login/login.jsp

@@ -31,7 +31,7 @@ $( function(){
                     $( "#errMsg" ).text( "병동번호 입력해주세요(동+호실)" );
                     $( "#id" ).focus();
                 } else if( $( "#pw" ).val().length == 0 ){
-                    $( "#errMsg" ).text( "생년월일 6자리를 입력해주세요." );
+                    $( "#errMsg" ).text( "생년월일 8자리를 입력해주세요." );
                     $( "#pw" ).focus();
                 }
             }