Fixes incorrect name displayed in networks

This commit is contained in:
Matteo Biscosi 2025-09-17 11:33:05 +02:00
parent c08e7fcd5d
commit 8c817c2de8

View file

@ -35,7 +35,7 @@ for network_name, data in pairs(networks_stats) do
local network_data = {
networkId = networkId,
networkName = network_name,
networkName = getLocalNetworkLabel(network_name),
hosts = num_hosts,
score = network_score,
hostsScoreRatio = hosts_score_ratio,