diff --git a/app/views/insured/plan_shoppings/choose_shopping_method.html.erb b/app/views/insured/plan_shoppings/choose_shopping_method.html.erb index 5714b9d64b8..29c29e99c0c 100644 --- a/app/views/insured/plan_shoppings/choose_shopping_method.html.erb +++ b/app/views/insured/plan_shoppings/choose_shopping_method.html.erb @@ -4,11 +4,11 @@
<%= l10n("plans.plan_shopping_options.question") %>
diff --git a/db/seedfiles/translations/en/me/plan.rb b/db/seedfiles/translations/en/me/plan.rb index aefabb075f9..f23e8e78ea0 100644 --- a/db/seedfiles/translations/en/me/plan.rb +++ b/db/seedfiles/translations/en/me/plan.rb @@ -102,11 +102,11 @@ 'en.plans.more_plan_details.available' => "Available Plans", 'en.plans.coverage_start_date' => "Coverage Start Date", 'en.plans.compare_selected' => "Compare Selected Plans", - 'en.plans.plan_shopping_options.header' => "Plan Shopping Options", - 'en.plans.plan_shopping_options.description' => "There are multiple ways to shop for plans on CoverME.gov, read the description of each and after you’ve made your choice, select “Continue to Next Step”.", - 'en.plans.plan_shopping_options.question' => "Do you want plan shopping guidance?", - 'en.plans.plan_shopping_options.question.compare' => "I want to compare plans while plan shopping", - 'en.plans.plan_shopping_options.question.know' => "I know the plan I want", + 'en.plans.plan_shopping_options.header' => "Compare Plans", + 'en.plans.plan_shopping_options.description' => "Now it's time to select your plan. There are multiple ways to shop for plans on CoverME.gov. You can use the Plan Comparison Tool to view plan features, benefits, and total estimated costs for services, as well as premiums and deductibles, side-by-side. You can also see which plans include your doctors and prescription drugs. If you already know which plan you want, you can choose the second option to select your plan on the next page.", + 'en.plans.plan_shopping_options.question' => "Do you need help finding a plan?", + 'en.plans.plan_shopping_options.question.compare' => "Yes, take me to the Plan Comparison Tool", + 'en.plans.plan_shopping_options.question.know' => "No, I know the plan I want", 'en.plans.plan_shopping_options.modal.go_back' => "Go Back", 'en.plans.plan_shopping_options.modal.proceed' => "Yes, Compare Plans" }