diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php
index 998dccaa10..2525d43c1a 100644
--- a/app/call_centers/call_center_queue_edit.php
+++ b/app/call_centers/call_center_queue_edit.php
@@ -1143,7 +1143,7 @@
echo " ".$text['label-outbound_caller_id_name']."\n";
echo "\n";
echo "
\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-outbound_caller_id_name']."\n";
echo " | \n";
@@ -1156,7 +1156,7 @@
echo " ".$text['label-outbound_caller_id_number']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-outbound_caller_id_number']."\n";
echo " | \n";
@@ -1170,21 +1170,11 @@
echo "\n";
echo "\n";
echo " \n";
echo " \n";
- echo $text['description-queue_announce_position']."\n";
+ echo ($text['description-queue_announce_position'] ?? '')."\n";
echo " | \n";
echo "\n";
}
@@ -1321,7 +1311,7 @@
echo " ".$text['label-queue_email_address']."\n";
echo "\n";
echo "\n";
- echo " \n";
+ echo " \n";
echo " \n";
echo $text['description-queue_email_address']."\n";
echo " | \n";
@@ -1353,4 +1343,4 @@
//include the footer
require_once "resources/footer.php";
-?>
+?>
\ No newline at end of file