Fix poll validation issues (#10186)
- Fix missing interpolation argument in PollValidator - Fix PollValidator rejecting exact allowed min/max durations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user