From: Florian Eckert Date: Tue, 28 Apr 2020 14:00:48 +0000 (+0200) Subject: luci-app-ledtrig-switch: update trigger translation X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6fa3ce20d0c7cab27c0be6ab60b793bb3cfaaf7;p=oweals%2Fluci.git luci-app-ledtrig-switch: update trigger translation Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js index dd68c93cf..4cc6acca2 100644 --- a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js +++ b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch0.js @@ -3,7 +3,7 @@ 'require form'; return baseclass.extend({ - trigger: _('switch0 (kernel)'), + trigger: _('Switch support (kernel: switch0)'), kernel: true, addFormOptions(s){ var o; diff --git a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js index 42cac4edb..1923f310a 100644 --- a/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js +++ b/applications/luci-app-ledtrig-switch/htdocs/luci-static/resources/view/system/led-trigger/switch1.js @@ -3,7 +3,7 @@ 'require form'; return baseclass.extend({ - trigger: _('switch1 (kernel)'), + trigger: _('Switch support (kernel: switch1)'), kernel: true, addFormOptions(s){ var o;