diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index bd68ad9b18..95bcba8667 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -768,7 +768,7 @@ $select_label = str_replace("\${".$key."}", ($data[$key] ?? ''), $select_label); } else { - $select_label = str_replace("\${".$key."}", $text2['option-'.$label], $select_label); + $select_label = str_replace("\${".$key."}", ($text2['option-'.$label] ?? ''), $select_label); } } //application: hangup