mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Remove "votes" text from poll items translation
Making it language-agnostic.
This commit is contained in:
parent
8bfc9892ed
commit
2ebf421140
1 changed files with 1 additions and 3 deletions
|
@ -1170,9 +1170,7 @@ function Status({
|
|||
(option) =>
|
||||
`- ${option.title}${
|
||||
option.votesCount >= 0
|
||||
? ` (${option.votesCount} vote${
|
||||
option.votesCount !== 1 ? 's' : ''
|
||||
})`
|
||||
? ` (${option.votesCount})`
|
||||
: ''
|
||||
}`,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue