s/Alternate/Alt.
This commit is contained in:
parent
befba4bb71
commit
37b8b641d8
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user