Skip to content

Commit

Permalink
fix: Typo in watchcat.js
Browse files Browse the repository at this point in the history
Signed-off-by: kumy <[email protected]>
  • Loading branch information
kumy authored Oct 19, 2024
1 parent 82e5c88 commit ed56bad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ed56bad

Please sign in to comment.