Minor fix

This commit is contained in:
Simone Mainardi 2019-10-30 16:43:36 +01:00
parent e10dfb1b24
commit 18a1d5ea8d

View file

@ -1796,7 +1796,7 @@ function getFlowsTableTitle()
else
active_msg = i18n("flows_page.active_flows", {filter=filter_msg})
end
tprint("HE")
if(_GET["network_name"] ~= nil) then
active_msg = active_msg .. i18n("network", {network=_GET["network_name"]})
end