diff --git a/app/ring_groups/ring_group_destination_edit.php b/app/ring_groups/ring_group_destination_edit.php index 67f6223c68..a7d020c49b 100644 --- a/app/ring_groups/ring_group_destination_edit.php +++ b/app/ring_groups/ring_group_destination_edit.php @@ -230,15 +230,11 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-destination_prompt'].":\n"; echo "\n"; echo "\n"; - if ($destination_prompt == "1") { - echo " ".$text['label-destination_prompt_confirm']." \n"; - } - elseif ($destination_prompt == "2") { - echo " ".$text['label-destination_prompt_announce']." \n"; - } - else { - echo "  \n"; - } + echo " \n"; echo "
\n"; echo $text['description-destination_prompt']."\n"; echo "\n";