diff options
author | kumy <kumy@users.noreply.github.com> | 2024-10-19 18:30:44 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-19 20:21:22 +0200 |
commit | c10daa33217b9310c38d72121b6e1dbab3f297e9 (patch) | |
tree | 50186b16a85569a9c7c169911a4006275953c2e8 /applications/luci-app-watchcat/htdocs | |
parent | 82e5c888408a9728576f584088432289809fa293 (diff) |
luci-app-watchcat: Typo in watchcat.js
Signed-off-by: Mathieu <github@kumy.net>
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; |