From 10ddf873fdfe431650ed58385516fd0010645195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Mon, 30 Jan 2023 10:06:14 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EB=AC=B4=EC=9B=90=EC=8B=9D=EB=B3=84?= =?UTF-8?q?=EB=B2=88=ED=98=B8=20>=20=EB=94=94=EC=A7=80=ED=84=B8=20?= =?UTF-8?q?=EC=8B=9D=EB=B3=84=EC=BD=94=EB=93=9C=20=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/login/login.js | 2 +- src/main/resources/templates/login/login.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/static/js/login/login.js b/src/main/resources/static/js/login/login.js index b2c7669e..4b0eeaeb 100644 --- a/src/main/resources/static/js/login/login.js +++ b/src/main/resources/static/js/login/login.js @@ -136,7 +136,7 @@ function valueCheck(){ $(document).on('click', '#findPwBtn', function (){ if(!$("#fDicCode").val()){ - alert("공무원식별번호를 입력해주세요."); + alert("디지털 식별코드를 입력해주세요."); $('#fDicCode').focus(); return false; } diff --git a/src/main/resources/templates/login/login.html b/src/main/resources/templates/login/login.html index bd63030e..5aac1034 100644 --- a/src/main/resources/templates/login/login.html +++ b/src/main/resources/templates/login/login.html @@ -73,28 +73,28 @@