Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated medical expenses helptext #822

Merged
merged 1 commit into from
Jun 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ medical-expenses.medical-bills-or-copays=Medical bills or copays

medical-expenses-sources.title=Medical expenses sources
medical-expenses-sources.tell-us-how-much-money-is-paid=Tell us how much money is paid.
medical-expenses-source.if-you-dont-have-all-this-information-by-hand-skip=If you don't have all this information on hand, skip this question for now. A county or tribal servicing agency worker will ask you about it later.
medical-expenses-source.if-you-dont-have-this-information-right-now=If you don't have this information right now, estimate or leave it blank.
medical-expenses-sources.medical-insurance-premiums=Medical Insurance Premium
medical-expenses-sources.dental-insurance-premiums=Dental Insurance Premium
medical-expenses-sources.vision-insurance-premiums=Vision Insurance Premium
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/pages-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ pageDefinitions:
pageTitle: medical-expenses-sources.title
headerKey:
defaultValue: medical-expenses-sources.tell-us-how-much-money-is-paid
headerHelpMessageKey: medical-expenses-source.if-you-dont-have-all-this-information-by-hand-skip
headerHelpMessageKey: medical-expenses-source.if-you-dont-have-this-information-right-now
inputs:
- name: medicalInsurancePremiumAmount
type: MONEY
Expand Down