fix(i18n): fix a typo in ko_KR locale (#31575)

This commit is contained in:
Jun Wooram 2021-07-29 15:36:40 +09:00 committed by GitHub
parent 4b837f5959
commit aab86b2107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ const localeValues: Locale = {
},
Form: {
defaultValidateMessages: {
default: '필드 유효성 검사 류 ${label}',
default: '필드 유효성 검사 류 ${label}',
required: '${label} 입력해 주세요',
enum: '${label} [${enum}] 중에 하나여야 합니다',
whitespace: '${label} 비워둘 수 없습니다',