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 @@ fr:
|
||||
duration_too_long: est trop loin dans le futur
|
||||
duration_too_short: est trop tôt
|
||||
expired: Ce sondage est déjà terminé
|
||||
over_character_limit: ne peuvent être plus long que %{MAX} caractères chacun
|
||||
over_character_limit: ne peuvent être plus long que %{max} caractères chacun
|
||||
too_few_options: doit avoir plus qu'une proposition
|
||||
too_many_options: ne peut contenir plus que %{MAX} propositions
|
||||
too_many_options: ne peut contenir plus que %{max} propositions
|
||||
preferences:
|
||||
languages: Langues
|
||||
other: Autre
|
||||
|
Reference in New Issue
Block a user