Fix poll validation issues (#10186)
- Fix missing interpolation argument in PollValidator - Fix PollValidator rejecting exact allowed min/max durations
This commit is contained in:
parent
d97cbb0da6
commit
5996be994d
10 changed files with 20 additions and 20 deletions
|
@ -741,9 +741,9 @@ gl:
|
|||
duration_too_long: está moi lonxe no futuro
|
||||
duration_too_short: é demasiado cedo
|
||||
expired: A sondaxe rematou
|
||||
over_character_limit: non poden ter máis de %{MAX} caracteres cada unha
|
||||
over_character_limit: non poden ter máis de %{max} caracteres cada unha
|
||||
too_few_options: debe ter máis de unha opción
|
||||
too_many_options: non pode haber máis de %{MAX} opcións
|
||||
too_many_options: non pode haber máis de %{max} opcións
|
||||
preferences:
|
||||
languages: Idiomas
|
||||
other: Outro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue