Unify Protocol/Application labels

L4 information is now referred to as "Protocol"
L7 information is now referred to as "Application"

Closes #2316
This commit is contained in:
emanuele-f 2019-01-28 16:59:27 +01:00
parent 5454e31b6c
commit 6113c692af
20 changed files with 116 additions and 132 deletions

View file

@ -406,7 +406,7 @@ function printSeries(options, tags, start_time, base_url, params)
if not table.empty(series) then
graphMenuDivider()
graphMenuHeader(i18n("l7_protocols"))
graphMenuHeader(i18n("applications"))
local by_protocol = {}
@ -431,7 +431,7 @@ function printSeries(options, tags, start_time, base_url, params)
if not table.empty(series) then
graphMenuDivider()
graphMenuHeader(i18n("l4_protocols"))
graphMenuHeader(i18n("protocols"))
local by_protocol = {}