From 1b4936a6e28d9977b79a089d2cc235c7a8be11d3 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Wed, 4 Aug 2021 20:16:04 +0000 Subject: luci-app-firewall: replace hh.mm.ss with hh:mm:ss Signed-off-by: Stan Grishin --- .../htdocs/luci-static/resources/view/firewall/snats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js') diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js index ce65fc7839..fb345135f7 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js @@ -277,11 +277,11 @@ return view.extend({ for (var i = 1; i <= 31; i++) o.value(i); - o = s.taboption('timed', form.Value, 'start_time', _('Start Time (hh.mm.ss)')); + o = s.taboption('timed', form.Value, 'start_time', _('Start Time (hh:mm:ss)')); o.modalonly = true; o.datatype = 'timehhmmss'; - o = s.taboption('timed', form.Value, 'stop_time', _('Stop Time (hh.mm.ss)')); + o = s.taboption('timed', form.Value, 'stop_time', _('Stop Time (hh:mm:ss)')); o.modalonly = true; o.datatype = 'timehhmmss'; -- cgit v1.2.3