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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);