summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-watchcat/htdocs/luci-static
diff options
context:
space:
mode:
authorMathieu <github@kumy.net>2024-10-19 19:08:19 +0200
committerPaul Donald <newtwen+github@gmail.com>2024-10-19 20:21:22 +0200
commitec585c2a80e5aa2ccf75c3f20af3c852d05ac10f (patch)
tree667d33c035d2e9520a43b83f57ef72f7a6212d47 /applications/luci-app-watchcat/htdocs/luci-static
parentc10daa33217b9310c38d72121b6e1dbab3f297e9 (diff)
luci-app-watchcat: Add missing leading <i> in watchcat.js
Signed-off-by: Mathieu <github@kumy.net>
Diffstat (limited to 'applications/luci-app-watchcat/htdocs/luci-static')
-rw-r--r--applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js b/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js
index 5f580898df..6f4642136d 100644
--- a/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js
+++ b/applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js
@@ -91,7 +91,7 @@ return view.extend({
o = s.taboption('general', form.Value, 'forcedelay',
_('Force Reboot Delay'),
- _("Applies to Ping Reboot and Periodic Reboot modes</i> <br /> When rebooting the router, the service will trigger a soft reboot. \
+ _("<i>Applies to Ping Reboot and Periodic Reboot modes</i> <br /> When rebooting the router, the service will trigger a soft reboot. \
Entering a non-zero value here will trigger a delayed hard reboot if the soft reboot were to fail. \
Enter the number of seconds to wait for the soft reboot to fail or use 0 to disable the forced reboot delay."));
o.default = '1m';
@@ -108,7 +108,7 @@ return view.extend({
o = s.taboption('general', widgets.NetworkSelect, 'mmifacename',
_('Name of ModemManager Interface'),
- _("Applies to Ping Reboot and Restart Interface modes</i> <br /> If using ModemManager, \
+ _("<i>Applies to Ping Reboot and Restart Interface modes</i> <br /> If using ModemManager, \
you can have Watchcat restart your ModemManager interface by specifying its name."));
o.depends({ mode: 'restart_iface' });
o.optional = true;