diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 5adcb9c2..187d1829 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -58,7 +58,7 @@
{{ $t('polls.vote') }}
-
+
{{ $tc("polls.people_voted_count", poll.voters_count, { count: poll.voters_count }) }} ยท
diff --git a/src/i18n/en.json b/src/i18n/en.json
index f366445f..78ce0919 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -147,6 +147,7 @@
"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",