Change label-detail_action to label-destination_actions.

This commit is contained in:
FusionPBX
2022-07-16 23:30:15 -06:00
committed by GitHub
parent 41c5fa3a3f
commit ca5ef8d03d

View File

@@ -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 "<th>". $text['label-detail_action']."</th>";
echo "<th>". $text['label-destination_actions']."</th>";
}
if (permission_exists("destination_context")) {
echo th_order_by('destination_context', $text['label-destination_context'], $order_by, $order, $param);