Require description field to be non-empty when reporting issue from the UI (#3939)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-05-19 20:18:19 -07:00
committed by GitHub
parent d92ed22908
commit 07f0b88e30
9 changed files with 33 additions and 5 deletions

View File

@@ -498,6 +498,8 @@
"submitErrorReport": "오류 보고서 제출 (선택 사항)",
"systemStats": "시스템 통계",
"validation": {
"descriptionRequired": "설명은 필수입니다",
"helpTypeRequired": "도움 유형은 필수입니다",
"invalidEmail": "유효한 이메일 주소를 입력해 주세요",
"maxLength": "메시지가 너무 깁니다",
"selectIssueType": "문제 유형을 선택해 주세요"