diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index c32397539a..e2f5a8ae17 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -156,7 +156,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "destination_prefix"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_prefix"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the prefix."; $z++;