kopia lustrzana https://github.com/cheeaun/phanpy
Remove "votes" text from poll items translation
Making it language-agnostic.pull/223/head
rodzic
8bfc9892ed
commit
2ebf421140
|
@ -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' : ''
|
|
||||||
})`
|
|
||||||
: ''
|
: ''
|
||||||
}`,
|
}`,
|
||||||
)
|
)
|
||||||
|
|
Ładowanie…
Reference in New Issue