From ca5ef8d03db6cc85c5636100c040c0c0f799ec7b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 16 Jul 2022 23:30:15 -0600 Subject: [PATCH] Change label-detail_action to label-destination_actions. --- app/destinations/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index fcd2366fba..198bf7679b 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -260,7 +260,7 @@ } echo th_order_by('destination_number', $text['label-destination_number'], $order_by, $order, $param, "class='shrink'"); if (!$_GET['show'] == "all") { - echo "". $text['label-detail_action'].""; + echo "". $text['label-destination_actions'].""; } if (permission_exists("destination_context")) { echo th_order_by('destination_context', $text['label-destination_context'], $order_by, $order, $param);