From fb302e440467273ba34dfc4626fab2ff1c994bd0 Mon Sep 17 00:00:00 2001 From: Van Waholtz Date: Wed, 16 Dec 2020 02:31:45 -0800 Subject: luci-app-wol: fix some untranslated strings Signed-off-by: Van Waholtz --- applications/luci-app-wol/htdocs/luci-static/resources/view/wol.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-wol/htdocs/luci-static/resources/view/wol.js') diff --git a/applications/luci-app-wol/htdocs/luci-static/resources/view/wol.js b/applications/luci-app-wol/htdocs/luci-static/resources/view/wol.js index f3b363d60a..3e0c70a924 100644 --- a/applications/luci-app-wol/htdocs/luci-static/resources/view/wol.js +++ b/applications/luci-app-wol/htdocs/luci-static/resources/view/wol.js @@ -71,7 +71,7 @@ return view.extend({ }); if (has_ewk) { - o = s.option(form.Flag, 'broadcast', ('Send to broadcast address')); + o = s.option(form.Flag, 'broadcast', _('Send to broadcast address')); if (has_wol) o.depends('executable', '/usr/bin/etherwake'); @@ -104,7 +104,7 @@ return view.extend({ } ui.showModal(_('Waking host'), [ - E('p', { 'class': 'spinning' }, [ 'Starting WoL utility…' ]) + E('p', { 'class': 'spinning' }, [ _('Starting WoL utility…') ]) ]); return fs.exec(bin, args).then(function(res) { -- cgit v1.2.3