diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-12-27 16:43:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-27 16:43:50 +0200 |
commit | c508dec819f94d01fb7d24ad15085d55eacb52c4 (patch) | |
tree | 9e7d37ba9914fb1c1b1db303bcf3f1aa3225007d /applications/luci-app-nlbwmon/luasrc/model/cbi | |
parent | 06e6552c8a1ed4b246df76fb1af12e2481ceee56 (diff) | |
parent | 44cef2ab4493d8fb2d0bbdc0831a2e23cd2acf2c (diff) |
Merge pull request #3438 from urbalazs/typo-nlbwmon
luci-app-nlbwmon: fix typos
Diffstat (limited to 'applications/luci-app-nlbwmon/luasrc/model/cbi')
-rw-r--r-- | applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua | 2 |
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" |