diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-10 13:25:43 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-10 13:31:11 +0100 |
commit | abbff0f4b6d6c7df7d3dc642f1c4db42b3d2c895 (patch) | |
tree | d30a33b28da491934f59a54586dc634b38950edd /applications/luci-app-adblock/htdocs/luci-static/resources | |
parent | 03bb0e2493840b155d91fb67b4d47385ec363127 (diff) |
luci-app-adblock: s/1-7/0-6/g
Fixes: #5716
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-adblock/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js index e460070d27..fb50d4ca95 100644 --- a/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js +++ b/applications/luci-app-adblock/htdocs/luci-static/resources/view/adblock/overview.js @@ -53,7 +53,7 @@ function handleAction(ev) { E('label', { 'class': 'cbi-input-text', 'style': 'padding-top:.5em' }, [ E('input', { 'class': 'cbi-input-text', 'id': 'timerD', 'maxlength': '13' }), '\xa0\xa0\xa0', - _('The day of the week (opt., values: 1-7 possibly sep. by , or -)') + _('The day of the week (opt., values: 0-6 possibly sep. by , or -)') ]) ]), E('div', { 'class': 'left', 'style': 'display:flex; flex-direction:column' }, [ |