공통: 용어 일반화, 패스워드 -> 비밀번호, 별명 -> 닉네임, 로빈아빠(xhost)님 건의

This commit is contained in:
whitedot
2014-01-20 10:09:14 +09:00
parent 28165a06f6
commit a66d998810
58 changed files with 142 additions and 142 deletions

View File

@ -76,7 +76,7 @@ if (!isset($_POST['agree']) || $_POST['agree'] != '동의함') {
</td>
</tr>
<tr>
<th scope="row"><label for="">패스워드</label></th>
<th scope="row"><label for="">비밀번호</label></th>
<td>
<input name="admin_pass" type="text" id="admin_pass">
</td>
@ -127,7 +127,7 @@ function frm_install_submit(f)
}
else if (f.admin_pass.value == '')
{
alert('최고관리자 패스워드를 입력하십시오.'); f.admin_pass.focus(); return false;
alert('최고관리자 비밀번호를 입력하십시오.'); f.admin_pass.focus(); return false;
}
else if (f.admin_name.value == '')
{