diff --git a/scripts/locales/en.lua b/scripts/locales/en.lua index c5a7b8e7b5..d743269d5b 100644 --- a/scripts/locales/en.lua +++ b/scripts/locales/en.lua @@ -31,7 +31,6 @@ local lang = { ["define"] = "Define", ["delete"] = "Delete", ["destination"] = "Destination", - ["device_protocols"] = "Device Protocols", ["difference"] = "Difference", ["disabled"] = "Disabled", ["dns"] = "DNS", @@ -528,6 +527,11 @@ local lang = { ["vlan_id"] = "VLAN ID", ["whois_lookup"] = "Whois Lookup", }, + ["device_protocols"] = { + ["device_protocols"] = "Device Protocols", + ["alert"] = "Trigger Alert", + ["ok"] = "Acceptable", + }, ["device_types"] = { ["iot"] = "IoT", ["laptop"] = "Laptop", diff --git a/scripts/lua/inc/menu.lua b/scripts/lua/inc/menu.lua index 66faa81dfb..998fea6367 100644 --- a/scripts/lua/inc/menu.lua +++ b/scripts/lua/inc/menu.lua @@ -441,7 +441,7 @@ if(user_group == "administrator") then print("
  • ") print(i18n("protocols")) print("
  • \n") -- TODO uncomment to enable the device protocols editor - -- print("
  • ") print(i18n("device_protocols")) print("
  • \n") + -- print("
  • ") print(i18n("device_protocols.device_protocols")) print("
  • \n") end end