luci-app-banip: restore Countries translation
[project/luci.git] / applications / luci-app-banip / htdocs / luci-static / resources / view / banip / overview.js
index 33dd43cb36991622bab96a10a753140751032511..89025d951eba69a39dd2a09843d8b7ef0fa34b69 100644 (file)
@@ -662,7 +662,7 @@ return view.extend({
                if (result[2]) {
                        countries = result[2].trim().split('\n');
 
-                       o = s.taboption('feeds', form.MultiValue, 'ban_country', _('Countries (RIR)'));
+                       o = s.taboption('feeds', form.MultiValue, 'ban_country', _('Countries') + ' (<abbr title="Regional Internet Registries">RIR</abbr>)');
                        for (let i = 0; i < countries.length; i++) {
                                try {
                                        ccode = countries[i].match(/^(\w+)\t/)[1].trim();