summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nlbwmon/luasrc
diff options
context:
space:
mode:
authorBalázs Úr <balazs@urbalazs.hu>2019-12-27 15:31:13 +0100
committerBalázs Úr <balazs@urbalazs.hu>2019-12-27 15:31:13 +0100
commit44cef2ab4493d8fb2d0bbdc0831a2e23cd2acf2c (patch)
tree9e7d37ba9914fb1c1b1db303bcf3f1aa3225007d /applications/luci-app-nlbwmon/luasrc
parent06e6552c8a1ed4b246df76fb1af12e2481ceee56 (diff)
luci-app-nlbwmon: fix typos
Signed-off-by: Balázs Úr <balazs@urbalazs.hu>
Diffstat (limited to 'applications/luci-app-nlbwmon/luasrc')
-rw-r--r--applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua b/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua
index 08df5b332..8c54b438b 100644
--- a/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua
+++ b/applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua
@@ -60,7 +60,7 @@ end
interval = s:taboption("general", Value, "_interval", translate("Due date"),
- translate("Day of month to restart the accounting period. Use negative values to count towards the end of month, e.g. \"-5\" to specify the 27th of July or the 24th of Februrary."))
+ translate("Day of month to restart the accounting period. Use negative values to count towards the end of month, e.g. \"-5\" to specify the 27th of July or the 24th of February."))
interval.datatype = "or(range(1,31),range(-31,-1))"
interval.placeholder = "1"