diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-09-27 03:13:23 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-03 13:44:54 +0200 |
commit | feecad6e574b962631bf076454f0f7902b2ba3c1 (patch) | |
tree | fc364dc9ac984e72e6729c702488a6280437de09 | |
parent | d735c4af12984fe0edce6dcb4f94ed66dfd91500 (diff) |
luci-app-lorawan-basicstation: spell fix
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
-rw-r--r-- | applications/luci-app-lorawan-basicstation/htdocs/luci-static/resources/view/lorawan-basicstation/general.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |