update display strings change formatting of votes and likes, as per ticket 1061
This commit is contained in:
parent
d7026cc5dc
commit
3e047e44b3
2 changed files with 7 additions and 7 deletions
|
|
@ -330,15 +330,15 @@
|
|||
},
|
||||
{
|
||||
"id": "votes",
|
||||
"title": "Votes",
|
||||
"title": "Mainstream Score",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "unit", "args": ["%", 2]},
|
||||
"format": {"type": "unit", "args": ["%", 1]},
|
||||
"sort": true
|
||||
},
|
||||
{
|
||||
"id": "likes",
|
||||
"title": "Likes",
|
||||
"title": "Arthouse Score",
|
||||
"type": "float",
|
||||
"columnWidth": 60,
|
||||
"format": {"type": "unit", "args": ["%", 1]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue