diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-06 04:54:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 04:54:11 +0100 |
commit | 5996be994d7a27ffb5075d663acf02dddc32ea7e (patch) | |
tree | 6223a11e993f313f9d28452826d5c87bfb05f13f /config/locales/ko.yml | |
parent | d97cbb0da60f32c9e7e60445af329173b0df1aa7 (diff) |
Fix poll validation issues (#10186)
- Fix missing interpolation argument in PollValidator - Fix PollValidator rejecting exact allowed min/max durations
Diffstat (limited to 'config/locales/ko.yml')
-rw-r--r-- | config/locales/ko.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 6fa18b12a..fe347a703 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -743,9 +743,9 @@ ko: duration_too_long: 너무 먼 미래입니다 duration_too_short: 너무 가깝습니다 expired: 투표가 이미 끝났습니다 - over_character_limit: 각각 %{MAX} 글자를 넘을 수 없습니다 + over_character_limit: 각각 %{max} 글자를 넘을 수 없습니다 too_few_options: 한가지 이상의 항목을 포함해야 합니다 - too_many_options: 항목은 %{MAX}개를 넘을 수 없습니다 + too_many_options: 항목은 %{max}개를 넘을 수 없습니다 preferences: languages: 언어 other: 기타 |