diff --git a/public/parts/template_person.php b/public/parts/template_person.php index c2ec624..180c154 100644 --- a/public/parts/template_person.php +++ b/public/parts/template_person.php @@ -118,7 +118,7 @@ if (isset($personid) && $database->has('people', ['personid' => $personid])) { if ($type == "camper") { $textboxes = array_merge($textboxes, [ [ - "label" => "Alternate Phone Number", + "label" => "Alt. Phone Number", "name" => "phone2", "type" => "tel", "maxlength" => 20,