diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js index 6f31f0bb13..7491b71236 100644 --- a/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js +++ b/applications/luci-app-ledtrig-usbport/htdocs/luci-static/resources/view/system/led-trigger/usbport.js @@ -12,6 +12,7 @@ var callUSB = rpc.declare({ return baseclass.extend({ trigger: _('USB (kernel: usbport)'), + description: _('This LED trigger can be used for signalling to the user a presence of USB device in a given port.'), kernel: true, addFormOptions(s){ var o; |