luci-app-banip: cosmetics
authorDirk Brenken <[email protected]>
Wed, 3 Mar 2021 11:56:41 +0000 (12:56 +0100)
committerDirk Brenken <[email protected]>
Wed, 3 Mar 2021 11:56:41 +0000 (12:56 +0100)
* fix translation warning
* cosmetics

Signed-off-by: Dirk Brenken <[email protected]>
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js

index 6d37cb17c17b49014a52ad4a1ff468002c0faf81..5836f8d4d394c7f50e39e50986237f37f43be671 100644 (file)
@@ -123,7 +123,7 @@ return view.extend({
                                E('th', { 'class': 'th' }, _('Count MAC')),
                                E('th', { 'class': 'th' }, _('Count ACC')),
                                E('th', { 'class': 'th' }, _('Entry Details')),
-                               E('th', { 'class': 'th' }, _('')),
+                               E('th', { 'class': 'th' }, '\xa0'),
                                E('th', { 'class': 'th' }, _('Action'))
                        ])
                ]);
index 44247cc10673317107c455925cc0724b301a05bb..20e1b11deea309b290fa7e739f2c2f4fc57ce968 100644 (file)
@@ -754,7 +754,7 @@ return view.extend({
 
                o = s.taboption('sources', form.DummyValue, '_sub');
                o.rawhtml = true;
-               o.default = '<em><b>Country selection</b></em>';
+               o.default = '<em><b>Country Selection</b></em>';
 
                /*
                        prepare country data
@@ -775,7 +775,7 @@ return view.extend({
 
                o = s.taboption('sources', form.DummyValue, '_sub');
                o.rawhtml = true;
-               o.default = '<em><b>ASN selection</b></em>';
+               o.default = '<em><b>ASN Selection</b></em>';
 
                o = s.taboption('sources', form.DynamicList, 'ban_asns', _('ASNs'));
                o.datatype = 'uinteger';