Display 'people voted' instead of 'votes' for multi-choice polls
This commit is contained in:
parent
647d75f27c
commit
1506b97e35
3 changed files with 10 additions and 2 deletions
|
@ -147,7 +147,8 @@
|
|||
"add_poll": "Add Poll",
|
||||
"add_option": "Add Option",
|
||||
"option": "Option",
|
||||
"votes": "votes",
|
||||
"people_voted_count": "{count} person voted | {count} people voted",
|
||||
"votes_count": "{count} vote | {count} votes",
|
||||
"vote": "Vote",
|
||||
"type": "Poll type",
|
||||
"single_choice": "Single choice",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue