Fix Korean translation spacing in QNA form labels

- inquiryType: "문의 유형" → "문의유형"
- inquiryContents: "문의 내용" → "문의내용"

Removed spaces to match consistent Korean translation style.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-10-31 17:52:02 +09:00
parent 5f973b2496
commit 32961512df

View File

@@ -249,11 +249,11 @@
},
"formLabels": {
"title": "제목",
"inquiryType": "문의 유형",
"inquiryType": "문의유형",
"requesterName": "요청자명",
"phoneNumber": "휴대폰번호",
"emailAddress": "이메일 주소",
"inquiryContents": "문의 내용",
"inquiryContents": "문의내용",
"required": "*",
"phonePlaceholder": "'-' 없이 입력",
"emailPlaceholder": "TEST123@nicepay.com"