diff --git a/app/ring_groups/ring_group_edit.php b/app/ring_groups/ring_group_edit.php index 30b4576fe6..4318cad184 100644 --- a/app/ring_groups/ring_group_edit.php +++ b/app/ring_groups/ring_group_edit.php @@ -458,7 +458,7 @@ else { echo " ".$text['label-strategy'].":\n"; echo "\n"; echo "\n"; - echo " \n"; echo " \n"; echo " \n"; echo " \n"; @@ -477,7 +477,7 @@ else { echo " \n"; echo " ".$text['label-destination_number']."\n"; echo " "; - echo ($ring_group_strategy == 'simultaneous' || $ring_group_strategy == 'rollover' || $ring_group_strategy == '') ? $text['label-destination_order'] : $text['label-destination_delay']; + echo ($ring_group_strategy == 'sequence' || $ring_group_strategy == 'rollover') ? $text['label-destination_order'] : $text['label-destination_delay']; echo " \n"; echo " ".$text['label-destination_timeout']."\n"; if (permission_exists('ring_group_prompt')) {