diff options
Diffstat (limited to 'applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua')
-rw-r--r-- | applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua b/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua index 41395ae86..ed1ed1edb 100644 --- a/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua +++ b/applications/luci-pbx/luasrc/model/cbi/pbx-voip.lua @@ -36,7 +36,7 @@ m = Map (modulename, translate("SIP Accounts"), -- Recreate the config, and restart services after changes are commited to the configuration. function m.on_after_commit(self) commit = false - -- Create a field "name" for each account which identifies the account in the backend. + -- Create a field "name" for each account that identifies the account in the backend. m.uci:foreach(modulename, "voip_provider", function(s1) if s1.defaultuser ~= nil and s1.host ~= nil then |