diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index 405b8ccc9..675ff5990 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -451,7 +451,7 @@ class Awards extends CI_Controller { // Render Page $data['page_title'] = __("Log View")." - " . $type; - $data['filter'] = $type." ".$searchphrase." and band ".$band; + $data['filter'] = $type." ".$searchphrase.__(" and band ").$band; if ($band == 'SAT') { if ($sat != 'All' && $sat != null) { $data['filter'] .= __(" and sat ").$sat; diff --git a/application/views/accumulate/index.php b/application/views/accumulate/index.php index 042a906ea..92912a6c0 100644 --- a/application/views/accumulate/index.php +++ b/application/views/accumulate/index.php @@ -6,9 +6,9 @@ var lang_statistics_accumulated_worked_vucc = ''; var lang_statistics_accumulated_worked_waja = ''; var lang_general_word_year = ''; - var lang_general_word_yearly = ''; + var lang_general_word_yearly = ""; var lang_general_word_month = ''; - var lang_general_word_monthly = ''; + var lang_general_word_monthly = ''; var lang_general_word_diff = '';
diff --git a/application/views/activators/index.php b/application/views/activators/index.php index 02c7e46f3..0c1097c7a 100644 --- a/application/views/activators/index.php +++ b/application/views/activators/index.php @@ -1,3 +1,6 @@ +

diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index 20c408dd7..6c264357b 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -721,9 +721,9 @@ function showActivatorsMap(call, count, grids) { let re = /,/g; grids = grids.replace(re, ', '); - var result = "Callsign: "+call.replace('0', 'Ø')+"
"; - result += "Count: "+count+"
"; - result += "Grids: "+grids+"

"; + var result = ''+call.replace('0', 'Ø')+"
"; + result += ''+count+"
"; + result += ''+grids+"

"; $(".activatorsmapResult").html(result); diff --git a/assets/js/sections/common.js b/assets/js/sections/common.js index d0f4181db..6ea5bc158 100644 --- a/assets/js/sections/common.js +++ b/assets/js/sections/common.js @@ -633,7 +633,7 @@ function spawnActivatorsMap(call, count, grids) { type: 'post', success: function (html) { BootstrapDialog.show({ - title: 'Activators Map', + title: lang_activators_map, size: BootstrapDialog.SIZE_WIDE, cssClass: 'lookup-dialog', nl2br: false,