diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index 3606c674b8..1354e60c71 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -224,7 +224,9 @@ class destinations { } } if (!$select_found) { - $response .= " \n"; + $destination_label = str_replace(":", " ", $destination_value); + $destination_label = str_replace("menu-exec-app:", " ", $destination_label); + $response .= " \n"; } $response .= " \n"; if (if_group("superadmin")) {