luci-app-lorawan-basicstation: spell fix
authorPaul Donald <[email protected]>
Fri, 27 Sep 2024 01:13:23 +0000 (03:13 +0200)
committerPaul Donald <[email protected]>
Thu, 3 Oct 2024 11:44:54 +0000 (13:44 +0200)
Signed-off-by: Paul Donald <[email protected]>
applications/luci-app-lorawan-basicstation/htdocs/luci-static/resources/view/lorawan-basicstation/general.js

index 67cb187769ae9252a7feaeae6af85ca4117b9339..a4eb0d210b46d779ae5051fafcbdb0381fc396d6 100644 (file)
@@ -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');