junekeunsong il y a 4 ans
Parent
commit
f74efe6987
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
                 }
             }