diff --git a/src/components/status.jsx b/src/components/status.jsx index 2b246b80..1eb84f68 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1134,16 +1134,15 @@ function Poll({ poll, lang, readOnly, onUpdate = () => {} }) { •{' '} )} - {shortenNumber(votersCount)}{' '} - {votersCount === 1 ? 'voter' : 'voters'} - {votersCount !== votesCount && ( + {shortenNumber(votesCount)} vote + {votesCount === 1 ? '' : 's'} + {!!votersCount && votersCount !== votesCount && ( <> {' '} - • - {shortenNumber(votesCount)} - {' '} - vote - {votesCount === 1 ? '' : 's'} + •{' '} + {shortenNumber(votersCount)}{' '} + voter + {votersCount === 1 ? '' : 's'} )}{' '} • {expired ? 'Ended' : 'Ending'}{' '}