diff --git a/components/infobox/wikis/formula1/infobox_person_player_custom.lua b/components/infobox/wikis/formula1/infobox_person_player_custom.lua index 696744bec0a..9efd76cbe07 100644 --- a/components/infobox/wikis/formula1/infobox_person_player_custom.lua +++ b/components/infobox/wikis/formula1/infobox_person_player_custom.lua @@ -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)