1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Change title to Monthly quota

This commit is contained in:
Ycarus 2018-11-08 21:29:14 +01:00
parent f57e614bba
commit 0653c9031b

View file

@ -6,7 +6,7 @@ local net = require "luci.model.network".init()
local sys = require "luci.sys"
local ifaces = sys.net:devices()
m = Map("omr-quota", translate("Quota"), translate("Set quota, when quota is reached interface state is set to down"))
m = Map("omr-quota", translate("Monthly Quota"), translate("Set monthly quota, when quota is reached interface state is set to down"))
s = m:section(TypedSection, "interface", translate("Interfaces"))
s.template_addremove = "omr-quota/cbi-select-add"