diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 07dd7d2b88..f3b7ce32ac 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -304,11 +304,11 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_setting_category"; - $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_setting_subcategory"; - $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_setting_name";