From feecad6e574b962631bf076454f0f7902b2ba3c1 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 27 Sep 2024 03:13:23 +0200 Subject: luci-app-lorawan-basicstation: spell fix Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/lorawan-basicstation/general.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3