diff --git a/app/call_block/call_block.php b/app/call_block/call_block.php index f3a27b57e4..681fe317b5 100644 --- a/app/call_block/call_block.php +++ b/app/call_block/call_block.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2025 + Portions created by the Initial Developer are Copyright (C) 2008-2026 the Initial Developer. All Rights Reserved. Contributor(s): @@ -290,7 +290,7 @@ } echo th_order_by('call_block_direction', $text['label-direction'], $order_by, $order, null, "style='width: 1%;' class='center'"); echo th_order_by('extension', $text['label-extension'], $order_by, $order, null, "class='center'"); - echo th_order_by('call_block_name', $text['label-name'], $order_by, $order); + echo th_order_by('call_block_name', $text['label-caller_id_name'], $order_by, $order); echo th_order_by('call_block_country_code', $text['label-country_code'], $order_by, $order); echo th_order_by('call_block_number', $text['label-number'], $order_by, $order); echo th_order_by('call_block_count', $text['label-count'], $order_by, $order, '', "class='center hide-sm-dn'"); @@ -404,6 +404,3 @@ //include the footer require_once "resources/footer.php"; - -?> - diff --git a/app/call_block/call_block_edit.php b/app/call_block/call_block_edit.php index fa92277a3b..8b28f07de2 100644 --- a/app/call_block/call_block_edit.php +++ b/app/call_block/call_block_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2025 + Portions created by the Initial Developer are Copyright (C) 2008-2026 the Initial Developer. All Rights Reserved. Contributor(s): @@ -429,7 +429,7 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr echo "\n"; echo "\n"; - echo " ".$text['label-name']."\n"; + echo " ".$text['label-caller_id_name']."\n"; echo "\n"; echo "\n"; echo " \n"; @@ -684,7 +684,7 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr echo " \n"; echo " \n"; echo " \n"; - echo th_order_by('caller_id_name', $text['label-name'], $order_by, $order); + echo th_order_by('caller_id_name', $text['label-caller_id_name'], $order_by, $order); echo th_order_by('caller_id_number', $text['label-number'], $order_by, $order); echo th_order_by('caller_destination', $text['label-destination'], $order_by, $order); echo th_order_by('start_stamp', $text['label-called'], $order_by, $order); @@ -808,4 +808,3 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr //include the footer require_once "resources/footer.php"; -?>