about summary refs log tree commit diff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-06 04:54:11 +0100
committerGitHub <noreply@github.com>2019-03-06 04:54:11 +0100
commit5996be994d7a27ffb5075d663acf02dddc32ea7e (patch)
tree6223a11e993f313f9d28452826d5c87bfb05f13f /config/locales/en.yml
parentd97cbb0da60f32c9e7e60445af329173b0df1aa7 (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/en.yml')
-rw-r--r--config/locales/en.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 2d23b1eb6..f714884f9 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -741,9 +741,9 @@ en:
       duration_too_long: is too far into the future
       duration_too_short: is too soon
       expired: The poll has already ended
-      over_character_limit: cannot be longer than %{MAX} characters each
+      over_character_limit: cannot be longer than %{max} characters each
       too_few_options: must have more than one item
-      too_many_options: can't contain more than %{MAX} items
+      too_many_options: can't contain more than %{max} items
   preferences:
     languages: Languages
     other: Other