diff --git a/app/phrases/app_config.php b/app/phrases/app_config.php index d202ea0f72..460de62f1a 100644 --- a/app/phrases/app_config.php +++ b/app/phrases/app_config.php @@ -95,18 +95,20 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_language"; $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']['text'] = "phrase_description"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_enabled"; $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']['text'] = "phrase_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "phrase_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $y++;