mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Not correctly labeled checks (#8689)
This commit is contained in:
parent
6a7e11c711
commit
34b77a6974
1 changed files with 2 additions and 2 deletions
|
|
@ -412,10 +412,10 @@ local function init_check(check, mod_fname, full_path, script, script_type, subd
|
|||
|
||||
-- Possibly localize the input title/description
|
||||
if check.gui.input_title then
|
||||
check.gui.input_title = check.gui.input_title
|
||||
check.gui.input_title = i18n(check.gui.input_title)
|
||||
end
|
||||
if check.gui.input_description then
|
||||
check.gui.input_description = check.gui.input_description
|
||||
check.gui.input_description = i18n(check.gui.input_description)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue