From 37b8b641d85f86182b5faaf2f71ac65912846c6d Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 20 Mar 2019 00:47:13 -0600 Subject: [PATCH] s/Alternate/Alt. --- public/parts/template_person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,