Make the title-<app name> more consistent. Use underscore in the label name instead of a dash. Dash is used between label type and the label name.

This commit is contained in:
markjcrane
2015-08-03 15:17:05 -06:00
parent 4ed7adeebc
commit 193137ffa6
13 changed files with 172 additions and 157 deletions
+4
View File
@@ -243,6 +243,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Authorized email-to-fax sender addresses.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "fax_local";
$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'] = "fax_pin_number";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";