diff --git a/app/Http/Requests/MeetingRequest.php b/app/Http/Requests/MeetingRequest.php index 0edf1f313..95275402a 100644 --- a/app/Http/Requests/MeetingRequest.php +++ b/app/Http/Requests/MeetingRequest.php @@ -119,8 +119,8 @@ public function attributes(): array 'meeting_url' => __('link to join the meeting'), 'meeting_phone' => __('phone number to join the meeting'), 'meeting_software' => __('meeting software'), - 'street_address' => __('Street address'), - 'postal_code' => __('Postal code'), + 'street_address' => __('street address'), + 'postal_code' => __('postal code'), ]; } diff --git a/app/Http/Requests/UpdateEngagementRequest.php b/app/Http/Requests/UpdateEngagementRequest.php index abeaa564c..42551cdad 100644 --- a/app/Http/Requests/UpdateEngagementRequest.php +++ b/app/Http/Requests/UpdateEngagementRequest.php @@ -290,12 +290,12 @@ public function attributes(): array 'meeting_software' => __('meeting software'), 'materials_by_date' => __('date for materials to be sent by'), 'complete_by_date' => __('due date'), - 'postal_code' => __('Postal code'), + 'postal_code' => __('postal code'), 'signup_by_date' => __('sign up deadline'), - 'street_address' => __('Street address'), + 'street_address' => __('street address'), 'accepted_formats' => __('accepted formats'), 'other_accepted_formats' => __('other accepted formats'), - 'timezone' => __('Time zone'), + 'timezone' => __('time zone'), ]; }