Skip to content

Commit

Permalink
feat(infobox): rename header on F1 person infobox (#4152)
Browse files Browse the repository at this point in the history
Update header
  • Loading branch information
iamentry authored Apr 5, 2024
1 parent fc76dd6 commit 97dc81a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function CustomPlayer:addCustomCells(widgets)
end

return Array.extendWith(widgets,
{Title{name = 'Driver Statistics'}},
{Title{name = 'F1 Driver Statistics'}},
Array.map(statisticsCells, function(cellData)
return Cell{name = cellData.name, content = {args[cellData.key]}}
end)
Expand Down

0 comments on commit 97dc81a

Please sign in to comment.