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:
@@ -249,11 +249,11 @@
|
||||
},
|
||||
"formLabels": {
|
||||
"title": "제목",
|
||||
"inquiryType": "문의 유형",
|
||||
"inquiryType": "문의유형",
|
||||
"requesterName": "요청자명",
|
||||
"phoneNumber": "휴대폰번호",
|
||||
"emailAddress": "이메일 주소",
|
||||
"inquiryContents": "문의 내용",
|
||||
"inquiryContents": "문의내용",
|
||||
"required": "*",
|
||||
"phonePlaceholder": "'-' 없이 입력",
|
||||
"emailPlaceholder": "TEST123@nicepay.com"
|
||||
|
||||
Reference in New Issue
Block a user