Change title-call-block to title-call_block

This commit is contained in:
FusionPBX
2024-08-02 15:14:57 -06:00
committed by GitHub
parent 3e9aaf7bfe
commit c3a6e22f38
3 changed files with 28 additions and 28 deletions

View File

@@ -221,12 +221,12 @@
$token = $object->create($_SERVER['PHP_SELF']);
//include the header
$document['title'] = $text['title-call-block'];
$document['title'] = $text['title-call_block'];
require_once "resources/header.php";
//show the content
echo "<div class='action_bar' id='action_bar'>\n";
echo " <div class='heading'><b>".$text['title-call-block']." (".$num_rows.")</b></div>\n";
echo " <div class='heading'><b>".$text['title-call_block']." (".$num_rows.")</b></div>\n";
echo " <div class='actions'>\n";
if (permission_exists('call_block_add')) {
echo button::create(['type'=>'button','label'=>$text['button-add'],'icon'=>$_SESSION['theme']['button_icon_add'],'id'=>'btn_add','link'=>'call_block_edit.php']);