From: Paul Donald Date: Fri, 27 Sep 2024 01:13:23 +0000 (+0200) Subject: luci-app-lorawan-basicstation: spell fix X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=feecad6e574b962631bf076454f0f7902b2ba3c1;p=project%2Fluci.git luci-app-lorawan-basicstation: spell fix Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-lorawan-basicstation/htdocs/luci-static/resources/view/lorawan-basicstation/general.js b/applications/luci-app-lorawan-basicstation/htdocs/luci-static/resources/view/lorawan-basicstation/general.js index 67cb187769..a4eb0d210b 100644 --- a/applications/luci-app-lorawan-basicstation/htdocs/luci-static/resources/view/lorawan-basicstation/general.js +++ b/applications/luci-app-lorawan-basicstation/htdocs/luci-static/resources/view/lorawan-basicstation/general.js @@ -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');