From: Paul Donald Date: Sun, 15 Dec 2024 19:13:50 +0000 (+0100) Subject: luci-app-nut: update package-manager link X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=500ce17e7a6e8633bf0eeeb159acef10e6345185;p=project%2Fluci.git luci-app-nut: update package-manager link opkg is no longer available as the generic name for package-manager Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js index 8f47277046..c8f9344da5 100644 --- a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js +++ b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_server.js @@ -158,7 +158,7 @@ return view.extend({ o.optional = true; o = s.option(form.ListValue, 'driver', _('Driver'), - _('If this list is empty you need to %s'.format('%s'.format(_('install drivers'))))); + _('If this list is empty you need to %s'.format('%s'.format(_('install drivers'))))); driver_list.forEach(driver => { o.value(driver_path + driver); });