mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +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) =>
|
||||||
`- ${option.title}${
|
`- ${option.title}${
|
||||||
option.votesCount >= 0
|
option.votesCount >= 0
|
||||||
? ` (${option.votesCount} vote${
|
? ` (${option.votesCount})`
|
||||||
option.votesCount !== 1 ? 's' : ''
|
|
||||||
})`
|
|
||||||
: ''
|
: ''
|
||||||
}`,
|
}`,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue