diff --git a/app/call_block/app_languages.php b/app/call_block/app_languages.php
index 1b6a49e20e..6a8dfe3171 100644
--- a/app/call_block/app_languages.php
+++ b/app/call_block/app_languages.php
@@ -1,30 +1,30 @@
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 "
\n";
- echo "
".$text['title-call-block']." (".$num_rows.")
\n";
+ echo "
".$text['title-call_block']." (".$num_rows.")
\n";
echo "
\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']);
diff --git a/app/call_block/call_block_edit.php b/app/call_block/call_block_edit.php
index d972904d5e..a46c8deb41 100644
--- a/app/call_block/call_block_edit.php
+++ b/app/call_block/call_block_edit.php
@@ -358,7 +358,7 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr
$token = $object->create($_SERVER['PHP_SELF']);
//show the header
- $document['title'] = $text['title-call-block'];
+ $document['title'] = $text['title-call_block'];
require_once "resources/header.php";
//show the content