diff options
author | Dirk Brenken <dev@brenken.org> | 2021-03-03 12:56:41 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2021-03-03 12:56:41 +0100 |
commit | 0dad7fc09ec4fb70066738671e55c8759eef0f61 (patch) | |
tree | ab2e1a1d5826e2c10225972609b61e3bca92781c /applications/luci-app-banip/htdocs/luci-static/resources/view/banip | |
parent | 0d1b09e33f38d5fb181ccc6ab97b716f25e97fa2 (diff) |
luci-app-banip: cosmetics
* fix translation warning
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-banip/htdocs/luci-static/resources/view/banip')
-rw-r--r-- | applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js | 2 | ||||
-rw-r--r-- | applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js index 6d37cb17c1..5836f8d4d3 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/ipsetreport.js @@ -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')) ]) ]); diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 44247cc106..20e1b11dee 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -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'; |