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);
});