UI: various tweaks to polls UI on mobile (#9864)

This commit is contained in:
Joffrey JAFFEUX
2020-05-23 19:08:49 +02:00
committed by GitHub
parent d9a02d1336
commit faeb5793ba
2 changed files with 12 additions and 9 deletions
+7 -7
View File
@@ -43,15 +43,15 @@ en:
multiple:
help:
at_least_min_options:
one: "Choose at least <strong>%{count}</strong> option"
other: "Choose at least <strong>%{count}</strong> options"
one: "Choose at least <strong>%{count}</strong> option."
other: "Choose at least <strong>%{count}</strong> options."
up_to_max_options:
one: "Choose up to <strong>%{count}</strong> option"
other: "Choose up to <strong>%{count}</strong> options"
one: "Choose up to <strong>%{count}</strong> option."
other: "Choose up to <strong>%{count}</strong> options."
x_options:
one: "Choose <strong>%{count}</strong> option"
other: "Choose <strong>%{count}</strong> options"
between_min_and_max_options: "Choose between <strong>%{min}</strong> and <strong>%{max}</strong> options"
one: "Choose <strong>%{count}</strong> option."
other: "Choose <strong>%{count}</strong> options."
between_min_and_max_options: "Choose between <strong>%{min}</strong> and <strong>%{max}</strong> options."
cast-votes:
title: "Cast your votes"