junekeunsong %!s(int64=4) %!d(string=hai) anos
pai
achega
f74efe6987
Modificáronse 1 ficheiros con 1 adicións e 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();
                 }
             }