From 500ce17e7a6e8633bf0eeeb159acef10e6345185 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Sun, 15 Dec 2024 20:13:50 +0100 Subject: [PATCH] luci-app-nut: update package-manager link opkg is no longer available as the generic name for package-manager Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/nut/nut_server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); -- 2.30.2