From 44cef2ab4493d8fb2d0bbdc0831a2e23cd2acf2c Mon Sep 17 00:00:00 2001 From: Balázs Úr Date: Fri, 27 Dec 2019 15:31:13 +0100 Subject: luci-app-nlbwmon: fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Balázs Úr --- applications/luci-app-nlbwmon/luasrc/model/cbi/nlbw/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-nlbwmon/luasrc/model/cbi') 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" -- cgit v1.2.3