junekeunsong 4 years ago
parent
commit
f74efe6987
1 changed files with 1 additions and 1 deletions
  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();
                 }
             }