From: David Han Date: Mon, 8 Jun 2026 02:39:11 +0000 (+0900) Subject: luci-app-nut: i18n fix typo in UPS Monitor section title X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=30e758d8093c43cc7670687c73aed335353d0f56;p=openwrt-luci.git luci-app-nut: i18n fix typo in UPS Monitor section title Remove an accidental trailing parenthesis inside the i18n string for 'UPS Monitor User Settings)'. Signed-off-by: David Han --- diff --git a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js index f7b136df6c..23f17279c5 100644 --- a/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js +++ b/applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js @@ -127,7 +127,7 @@ return view.extend({ o = s.option(form.ListValue, 'flag', _('Notification flags')); ESIFlags(o) - s = m.section(form.TypedSection, 'monitor', _('UPS Monitor User Settings)')); + s = m.section(form.TypedSection, 'monitor', _('UPS Monitor User Settings')); MonitorUserOptions(s); o = s.option(form.ListValue, 'type', _('User type (Primary/Auxiliary)'));