From de1afe2a90450d68e2e2c368fd888520e4ac3f7d Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 17 Jan 2018 15:22:57 +0100 Subject: luci-app-mwan3: remove some config parameter from rule overview table Signed-off-by: Florian Eckert --- applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua') diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua index 23a94a153d..01f18dae4a 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua @@ -130,9 +130,9 @@ enabled = mwan_interface:option(DummyValue, "enabled", translate("Enabled")) enabled.rawhtml = true function enabled.cfgvalue(self, s) if self.map:get(s, "enabled") == "1" then - return "Yes" + return translate("Yes") else - return "No" + return translate("No") end end -- cgit v1.2.3