diff --git a/src/main/resources/static/js/login/login.js b/src/main/resources/static/js/login/login.js index 56ea2c53..9d797405 100644 --- a/src/main/resources/static/js/login/login.js +++ b/src/main/resources/static/js/login/login.js @@ -19,7 +19,7 @@ $(document).on('click', '#dicCodeSearchBtn', function (){ } }); }else{ - alert("공무원식별번호를 입력해주세요.") + alert("디지털식별코드를 입력해주세요.") } }) diff --git a/src/main/resources/static/js/police/police.js b/src/main/resources/static/js/police/police.js index 09f04f90..b6769a55 100644 --- a/src/main/resources/static/js/police/police.js +++ b/src/main/resources/static/js/police/police.js @@ -30,7 +30,7 @@ function showModal(userSeq){ $(document).on('click', '#syncToKwmsBtn', function (){ const dicCode = $("#dicCode").val(); if(!dicCode){ - alert("공무원식별번호가 없습니다.") + alert("디지털식별코드가 없습니다.") }else{ syncUserInfoToKwms([{ userSeq: $("#userSeq").val(), diff --git a/src/main/resources/static/js/userMgt/userMgt.js b/src/main/resources/static/js/userMgt/userMgt.js index 626ee1fc..7a9b4a1c 100644 --- a/src/main/resources/static/js/userMgt/userMgt.js +++ b/src/main/resources/static/js/userMgt/userMgt.js @@ -58,7 +58,7 @@ $(document).on('click', '#deleteBtn', function (){ $(document).on('click', '#syncToKwmsBtn', function (){ const dicCode = $("#dicCode").val(); if(!dicCode){ - alert("공무원식별번호가 없습니다.") + alert("디지털식별코드가 없습니다.") }else{ syncUserInfoToKwms([{ userSeq: $("#userSeq").val(), diff --git a/src/main/resources/templates/adminPage/userMgt/userEditModal.html b/src/main/resources/templates/adminPage/userMgt/userEditModal.html index 02a90e03..ba8305c0 100644 --- a/src/main/resources/templates/adminPage/userMgt/userEditModal.html +++ b/src/main/resources/templates/adminPage/userMgt/userEditModal.html @@ -28,7 +28,7 @@