diff --git a/app/views/ui-components/v1/modals/_help_with_plan.html.erb b/app/views/ui-components/v1/modals/_help_with_plan.html.erb index d1ea7af4590..b759c66d079 100644 --- a/app/views/ui-components/v1/modals/_help_with_plan.html.erb +++ b/app/views/ui-components/v1/modals/_help_with_plan.html.erb @@ -3,7 +3,7 @@ diff --git a/components/benefit_sponsors/app/views/benefit_sponsors/profiles/broker_agencies/broker_agency_profiles/staff_index.js.erb b/components/benefit_sponsors/app/views/benefit_sponsors/profiles/broker_agencies/broker_agency_profiles/staff_index.js.erb index ea8fa4ce28b..557e1ef0dee 100644 --- a/components/benefit_sponsors/app/views/benefit_sponsors/profiles/broker_agencies/broker_agency_profiles/staff_index.js.erb +++ b/components/benefit_sponsors/app/views/benefit_sponsors/profiles/broker_agencies/broker_agency_profiles/staff_index.js.erb @@ -3,6 +3,7 @@ $('#inbox').removeClass("hide") $('#help_list').addClass('hide') $('#help_sign_up_title').addClass('hide') $('#help_from_expert_title').removeClass('hide') +$('#bottom_expert_link').addClass("hide"); $('#help_type').html('Broker') <% if EnrollRegistry.feature_enabled?(:staff_list_back) %> $('#back_to_help').removeClass('hide') @@ -27,13 +28,12 @@ $('.close_broker_select').click(function(){ }) $(document).on('click', '#help_list a.expert_link', function(){ - console.log('clicked expert link'); $('#help_sign_up_title').addClass("hide"); $('#help_from_expert_title').removeClass("hide"); }) $(document).on('click', '#close_help_modal', function(){ - console.log('clicked close_help_modal'); $('#help_sign_up_title').removeClass("hide"); $('#help_from_expert_title').addClass("hide"); + $('#bottom_expert_link').removeClass("hide"); }) diff --git a/db/seedfiles/translations/en/me/insured.rb b/db/seedfiles/translations/en/me/insured.rb index 3e927d0ceab..8bd63ab8824 100644 --- a/db/seedfiles/translations/en/me/insured.rb +++ b/db/seedfiles/translations/en/me/insured.rb @@ -617,6 +617,13 @@ :'en.insured.plan_shoppings.help_from_a_customer_service_representative' => "Help from a Customer Service Representative", :'en.insured.plan_shoppings.help_from_a_certified_applicant_counselor' => "Help from a Certified Applicant Counselor (CAC)", :'en.insured.plan_shoppings.receipt.go_to_my_account' => "Continue to My Account", + :'en.insured.plan_shoppings.find_a_broker_or_assister' => "Find a Broker or Assister", + :'en.insured.plan_shoppings.desc1' => "Both brokers and assisters can help you enroll in health insurance, and their services are at", + :'en.insured.plan_shoppings.desc2' => "no cost to you", + :'en.insured.plan_shoppings.desc3' => "To find a broker or assister in your area, visit", + :'en.insured.plan_shoppings.help_url' => "coverme.gov/find-help-near-you", + :'en.insured.plan_shoppings.desc4' => "to use the map feature by entering your town name or zip code. Once you find your expert, return here to add them to your account by selecting ‘Assign an Expert’. On the next page, search for assisters by their agency name and search for brokers by their first and last name.", + :'en.insured.plan_shoppings.desc5' => "If you already know the broker or assister you want to choose, select ‘Assign an Expert’.", :'en.search_by_name' => "Search by Name", :'en.search_for_help' => "Search for Help", :'en.APTC_amount_title_info' => "If you submitted a formal application for financial assistance before shopping for coverage and were approved to receive Advanced Premium Tax Credit savings to reduce your monthly insurance premiums, the amount you’ll save is listed in this column.",