diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index 7b20b1e69d..76040f3ba1 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -254,7 +254,9 @@ class destinations { } if (!$select_found) { $destination_label = str_replace(":", " ", $destination_value); - $destination_label = str_replace("menu-exec-app:", " ", $destination_label); + $destination_label = str_replace("menu-exec-app", "", $destination_label); + $destination_label = str_replace("transfer", "", $destination_label); + $destination_label = str_replace("XML ".$_SESSION['domain_name'], "", $destination_label); $response .= " \n"; } $response .= " \n";