diff options
Diffstat (limited to 'applications/luci-app-watchcat/htdocs')
-rw-r--r-- | applications/luci-app-watchcat/htdocs/luci-static/resources/view/watchcat.js | 2 |
1 files changed, 1 insertions, 1 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 91623fcb02..5f580898df 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 @@ -109,7 +109,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, \ - you can have Watchcat restart your ModemManger interface by specifying its name.")); + you can have Watchcat restart your ModemManager interface by specifying its name.")); o.depends({ mode: 'restart_iface' }); o.optional = true; |