diff --git a/src/web/module/maestro_section_add_player.html b/src/web/module/maestro_section_add_player.html index 1376c15..32e5706 100644 --- a/src/web/module/maestro_section_add_player.html +++ b/src/web/module/maestro_section_add_player.html @@ -79,7 +79,7 @@ function addPlayer() { onErrorPlayerName("학생 이름을 입력하세요."); return; } else if(enterCode.length === 0) { - onErrorPlayerPW("입장 번호를 입력하세요."); + onErrorPlayerPW("입장번호를 입력하세요."); return; } @@ -139,8 +139,8 @@ function onErrorPlayerPW(message) {