From 7241820246e0ec2ec513d8a2b0f56fe417787822 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 11 Sep 2013 22:13:01 +0000 Subject: [PATCH] Fix the dialplan text variables for queues. --- app/dialplan/dialplans.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/dialplan/dialplans.php b/app/dialplan/dialplans.php index 07d3c1c359..841a553c20 100644 --- a/app/dialplan/dialplans.php +++ b/app/dialplan/dialplans.php @@ -55,7 +55,7 @@ else { $page["title"] = $text['title-outbound_routes']; } elseif ($app_uuid == "16589224-c876-aeb3-f59f-523a1c0801f7") { - $page["title"] = $text['title-fifo']; + $page["title"] = $text['title-queues']; } elseif ($app_uuid == "4b821450-926b-175a-af93-a03c441818b1") { $page["title"] = $text['title-time_conditions']; @@ -84,7 +84,7 @@ else { echo " ".$text['header-outbound_routes']."\n"; } elseif ($app_uuid == "16589224-c876-aeb3-f59f-523a1c0801f7") { - echo " ".$text['header-fifo']."\n"; + echo " ".$text['header-queues']."\n"; } elseif ($app_uuid == "4b821450-926b-175a-af93-a03c441818b1") { echo " ".$text['header-time_conditions']."\n"; @@ -115,7 +115,7 @@ else { echo $text['description-outbound_routes']; } elseif ($app_uuid == "16589224-c876-aeb3-f59f-523a1c0801f7") { - echo $text['description-fifo']; + echo $text['description-queues']; } elseif ($app_uuid == "4b821450-926b-175a-af93-a03c441818b1") { echo $text['description-time_conditions'];