diff --git a/app/views/insured/family_members/_family_members.html.erb b/app/views/insured/family_members/_family_members.html.erb index c99bf38cba8..c06d976e003 100644 --- a/app/views/insured/family_members/_family_members.html.erb +++ b/app/views/insured/family_members/_family_members.html.erb @@ -64,7 +64,7 @@
<%= l10n("help_me_decide_title") %> - <%= render partial: 'shared/modal_support_text_household', locals: {key: "help_me_decide"} %> + <%= render partial: 'financial_assistance/shared/modal_support_text', locals: {key: "help_me_decide"} %>
diff --git a/components/financial_assistance/app/views/financial_assistance/applicants/_applicants.html.erb b/components/financial_assistance/app/views/financial_assistance/applicants/_applicants.html.erb index 86b65a63981..d107f51780b 100644 --- a/components/financial_assistance/app/views/financial_assistance/applicants/_applicants.html.erb +++ b/components/financial_assistance/app/views/financial_assistance/applicants/_applicants.html.erb @@ -16,7 +16,7 @@
<%= l10n("help_me_decide_title") %> - <%= render partial: 'shared/modal_support_text_household', locals: {key: "help_me_decide"} %> + <%= render partial: 'financial_assistance/shared/modal_support_text', locals: {key: "help_me_decide"} %>
diff --git a/db/seedfiles/translations/en/dc/shared.rb b/db/seedfiles/translations/en/dc/shared.rb index fce2b190740..5d242508002 100644 --- a/db/seedfiles/translations/en/dc/shared.rb +++ b/db/seedfiles/translations/en/dc/shared.rb @@ -67,7 +67,6 @@ "en.is_esi_mec_met" => " Does this employer offer a health plan that meets the minimum value standard?

The minimum value is a standard used to see if a health plan offered by your employer meets the basic requirements of the Affordable Care Act. Most health plans offered by employers meet this standard. You can find out of the plan offered by your employer meets this standard by:
", "en.help_me_decide_title" => "Who else should I include in my household?", "en.help_me_decide" => "Who else should I include in my household?

If you file a federal tax return, include the following people. Include everyone on this list even if some people don’t need health coverage:
If you file a federal tax return, include the following people. Include everyone on this list even if some people don’t need health coverage:
You don’t need to list: ", - "en.support_texts.help_me_decide" => "Who else should I include in my household?

If you file a federal tax return, include the following people. Include everyone on this list even if some people don’t need health coverage:
If you file a federal tax return, include the following people. Include everyone on this list even if some people don’t need health coverage:
You don’t need to list: ", "en.health_plan_meets_mvs_and_affordable" => "Does this employer offer a health plan that meets the minimum value standard and is considered affordable for the employee and family?
To determine if the offer of coverage is affordable, use am Employer Insurance Tool", "en.health_plan_meets_mvs_and_affordable_question" => "Does this employer offer a health plan that meets the minimum value standard and is considered affordable for the employee and family?", "en.esi_employer_ein" => "EMPLOYER IDENTIFICATION NO. (EIN)", diff --git a/db/seedfiles/translations/en/me/shared.rb b/db/seedfiles/translations/en/me/shared.rb index 5264110c27f..27fb74a2c84 100644 --- a/db/seedfiles/translations/en/me/shared.rb +++ b/db/seedfiles/translations/en/me/shared.rb @@ -70,7 +70,6 @@ "en.help_me_decide_title" => "Who else should I include in my household?", "en.has_household_income_changed" => "Has this person's household income or household size changed since they were told their coverage was ending?

Examples of household income changes:

Examples of household size changes:
", "en.help_me_decide" => "Who else should I include in my household?

Include the following people (even if they do not live with you, or don’t need coverage):
You’ll need to list additional people if any of the following exceptions apply:
You do not need to include: ", - "en.support_texts.help_me_decide" => "Who else should I include in my household?

If you file a federal tax return, include the following people. Include everyone on this list even if some people don’t need health coverage:
If you file a federal tax return, include the following people. Include everyone on this list even if some people don’t need health coverage:
You don’t need to list: ", "en.health_plan_meets_mvs_and_affordable" => "Does this employer offer a health plan that meets the minimum value standard and is considered affordable for the employee and family?
To determine if the offer of coverage is affordable, use CoverME.gov's Employer Insurance Tool.", "en.health_plan_meets_mvs_and_affordable_question" => "Does this employer offer a health plan that meets the minimum value standard and is considered affordable for the employee and family? *
To determine if the offer of coverage is affordable, use CoverME.gov's Employer Insurance Tool.", "en.esi_employer_ein" => "EMPLOYER IDENTIFICATION NO. (EIN)",