summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-watchcat/htdocs/luci-static
diff options
context:
space:
mode:
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;