From 3600e939238a3acdd78c82b8c9c573d439bd1294 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 목, 11 11월 2021 18:40:19 +0900 Subject: [PATCH] 사용자의 부서 수정 기능 프론트 및 백 수정 --- src/main/webapp/WEB-INF/i18n/code_ko_KR.properties | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/i18n/code_ko_KR.properties b/src/main/webapp/WEB-INF/i18n/code_ko_KR.properties index 7d511c8..069a473 100644 --- a/src/main/webapp/WEB-INF/i18n/code_ko_KR.properties +++ b/src/main/webapp/WEB-INF/i18n/code_ko_KR.properties @@ -109,6 +109,11 @@ manageUser.manageFAQPerm=FAQ \uAD00\uB9AC manageUser.manageQnAPerm=QnA \uAD00\uB9AC manageUser.manageGuidePerm=\uAC00\uC774\uB4DC \uAD00\uB9AC -departmentManage.departmentName=\uBD80\uC11C\uBA85 -departmentManage.departmentDescription=\uBD80\uC11C\uC124\uBA85 -departmentManage.departmentCount=\uBD80\uC11C\uC778\uC6D0 +department.departmentName=\uBD80\uC11C\uBA85 +department.departmentDescription=\uBD80\uC11C\uC124\uBA85 +department.departmentCount=\uBD80\uC11C\uC778\uC6D0 +companyField.companyName=\uC5C5\uCCB4\uBA85 +companyField.companyManager=\uB2F4\uB2F9\uC790 +companyField.companyTel=\uC804\uD654\uBC88\uD638 +companyField.companyEmail=\uC774\uBA54\uC77C +companyField.companyMemo=\uBE44\uACE0 -- Gitblit v1.8.0