aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2021-02-09 16:32:33 +0300
committereugenijm <eugenijm@protonmail.com>2021-02-09 16:36:45 +0300
commit1506b97e35c63f9f6ca685ee1a2b61e4580ac134 (patch)
treedc8803682cb5e93ab56fb25655cc5bec5ed510fc /src/i18n
parent647d75f27c89b0972a58c62e7ab741d339c545d0 (diff)
Display 'people voted' instead of 'votes' for multi-choice polls
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 1d087bbd..f366445f 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -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",