summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nlbwmon/luasrc/model/cbi
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-nlbwmon/luasrc/model/cbi')
-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 08df5b332e..8c54b438b0 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"