Skip to content

Commit

Permalink
luci-app-lorawan-basicstation: spell fix
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
  • Loading branch information
systemcrash committed Oct 3, 2024
1 parent d735c4a commit feecad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return view.extend({

o = s.option(widgets.DeviceSelect, 'idGenIf',
_('Interface for station ID generation'),
_('Station ID is derived from the MAC address of the choosen interface'));
_('Station ID is derived from the MAC address of the chosen interface'));
o.filter = function(section_id, value) {
var dev = this.devices.filter(function(dev) { return dev.getName() == value })[0];
return (dev && dev.getMAC() != null && dev.getMAC() != '00:00:00:00:00:00');
Expand Down

0 comments on commit feecad6

Please sign in to comment.