Skip to content

Commit

Permalink
Update work disqualifications screen (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkemperman-cfa committed Feb 26, 2024
1 parent 1b56d65 commit acb998f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,7 @@ job-search-who.header=Who in your household is looking for a job?

# Work disqualifications
work-disqualifications.title=Work disqualifications
work-disqualifications.header=In the last 2 months, did anyone in your household do any of these things?
work-disqualifications.subtext=<p><ul class="list--bulleted"> <li>Stop working</li> <li>Quit a job</li> <li>Refuse a job offer</li> <li>Ask to work fewer hours</li> <li>Go on strike</li></ul></p>
work-disqualifications.header=In the last 2 months, did anyone in your household (including you) stop working?

# Employment income questions
employment-status.title=Employment status
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/pdf-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ inputFields:
parish: parish
outOfStateBenefitsInd: outOfStateBenefitsInd
mealInd: paysForMeals
workDisqualificationInd: workDisqualificationInd
highestEducationFormatted: highestEducation
ethnicitySelected: ethnicitySelected
raceSelected:
Expand Down
Binary file modified src/main/resources/pdfs/la_application_for_assistance.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<main id="content" role="main" class="form-card spacing-above-35">
<th:block th:replace="~{fragments/icons :: briefcase}"></th:block>
<th:block
th:replace="~{fragments/cardHeader :: cardHeader(header=#{work-disqualifications.header}, subtext=#{work-disqualifications.subtext})}"/>
th:replace="~{fragments/cardHeader :: cardHeader(header=#{work-disqualifications.header})}"/>
<th:block th:replace="~{fragments/form :: form(action=${formAction}, content=~{::formContent})}">
<th:block th:ref="formContent">
<th:block th:replace="~{fragments/inputs/yesOrNo :: yesOrNo(
Expand Down

0 comments on commit acb998f

Please sign in to comment.