Skip to content

Commit

Permalink
Add phone numbers to SNAP PDF (#513)
Browse files Browse the repository at this point in the history
* Add phone numbers to SNAP PDF

Co-authored-by: Ana Medrano Fernandez <amedrano@codeforamerica.org>

* using main phone number

* removed unnecessary parentheses

---------

Co-authored-by: Ana Medrano Fernandez <amedrano@codeforamerica.org>
Co-authored-by: Ana Medrano Fernandez <8609011+analoo@users.noreply.github.com>
Co-authored-by: Ana Medrano Fernandez <amedrano@codeforamerica.org@Anas-MacBook-Pro-2.local>
  • Loading branch information
4 people committed Jan 20, 2024
1 parent 480ad35 commit 8be5e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ how-this-works.your-information-is-secure=<b>Your information is secure and will

# Timeout Notice
timeout-notice.title=Timeout notice
timeout-notice.header=After 2 hours of inactivity, your data will be deleted
timeout-notice.header=After two hours of inactivity, your data will be deleted
timeout-notice.subtext=<p>To protect your information, your session will timeout if you leave the application for 2 hours or more.</p><p>You cannot save your application and return later.</p>

# Language preferences
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/pdf-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ inputFields:
signature: signature
applicantBirthdayFormatted: applicantBirthday
emailAddress: emailAddress
phoneNumber: phoneNumber
cellPhoneNumber: cellPhoneNumber
workPhoneNumber: workPhoneNumber
sex: sex
highestEducationFormatted: highestEducation
ethnicitySelected: ethnicitySelected
Expand Down
Binary file modified src/main/resources/pdfs/la_application_for_assistance.pdf
Binary file not shown.

0 comments on commit 8be5e9f

Please sign in to comment.