]> git.99rst.org Git - openwrt-luci.git/commitdiff
luci-app-nut: i18n fix typo in UPS Monitor section title
authorDavid Han <redacted>
Mon, 8 Jun 2026 02:39:11 +0000 (11:39 +0900)
committerFlorian Eckert <redacted>
Fri, 12 Jun 2026 06:21:07 +0000 (08:21 +0200)
Remove an accidental trailing parenthesis inside the i18n string
for 'UPS Monitor User Settings)'.

Signed-off-by: David Han <redacted>
applications/luci-app-nut/htdocs/luci-static/resources/view/nut/nut_monitor.js

index f7b136df6c7976ab12b931ca790232dc87bf9082..23f17279c59bd55ef8dac26e678e74c220de1623 100644 (file)
@@ -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)'));
git clone https://git.99rst.org/PROJECT