applications/luci-asterisk: "Registered Trunks" -> "Trunks" in sip trunk overview

This commit is contained in:
Jo-Philipp Wich 2009-03-21 05:06:45 +00:00
parent 6286d3a09a
commit 50653ecffe

View file

@ -15,7 +15,7 @@ $Id$
local ast = require("luci.asterisk")
cbimap = Map("asterisk", "Registered Trunks")
cbimap = Map("asterisk", "Trunks")
cbimap.pageaction = false
local sip_peers = { }