s/Alternate/Alt.

This commit is contained in:
Skylar Ittner 2019-03-20 00:47:13 -06:00
parent befba4bb71
commit 37b8b641d8

View File

@ -118,7 +118,7 @@ if (isset($personid) && $database->has('people', ['personid' => $personid])) {
if ($type == "camper") { if ($type == "camper") {
$textboxes = array_merge($textboxes, [ $textboxes = array_merge($textboxes, [
[ [
"label" => "Alternate Phone Number", "label" => "Alt. Phone Number",
"name" => "phone2", "name" => "phone2",
"type" => "tel", "type" => "tel",
"maxlength" => 20, "maxlength" => 20,