diff --git a/components/infobox/wikis/stormgate/infobox_unit_custom.lua b/components/infobox/wikis/stormgate/infobox_unit_custom.lua index 694a09ee0a..9aaecf1956 100644 --- a/components/infobox/wikis/stormgate/infobox_unit_custom.lua +++ b/components/infobox/wikis/stormgate/infobox_unit_custom.lua @@ -177,7 +177,7 @@ function CustomUnit:subHeaderDisplay(args) local parts = Array.map(self:_parseSubfactionData(subfactionData), function(subfactionElement) if Logic.isEmpty(subfactionElement[2]) or not GAME_MODE_ICON[string.lower(subfactionElement[1])] then return end - if args.informationType == 'Hero' then + if args.informationType == 'Hero' then return GAME_MODE_ICON[string.lower(subfactionElement[1])] .. ' ' .. GAME_MODE_NAME[string.lower(subfactionElement[1])] end