this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove "votes" text from poll items translation

Making it language-agnostic.

+1 -3
+1 -3
src/components/status.jsx
··· 1170 1170 (option) => 1171 1171 `- ${option.title}${ 1172 1172 option.votesCount >= 0 1173 - ? ` (${option.votesCount} vote${ 1174 - option.votesCount !== 1 ? 's' : '' 1175 - })` 1173 + ? ` (${option.votesCount})` 1176 1174 : '' 1177 1175 }`, 1178 1176 )