Skip to content

Commit

Permalink
choose shopping method: fix copy, add default selection (#4297)
Browse files Browse the repository at this point in the history
fix translations, add default selection
  • Loading branch information
kristinmerbach committed Sep 10, 2024
1 parent 28faa13 commit e44cbda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<fieldset class="mb-4 d-block">
<legend class="required"><%= l10n("plans.plan_shopping_options.question") %></legend>
<label for="guidance_true" class="radio mt-2">
<%= radio_button_tag :guidance, true %>
<%= radio_button_tag :guidance, true, true %>
<%= l10n("plans.plan_shopping_options.question.compare") %>
</label>
<label for="guidance_false" class="radio mt-2">
<%= radio_button_tag :guidance, false %>
<%= radio_button_tag :guidance, false, false %>
<%= l10n("plans.plan_shopping_options.question.know") %>
</label>
</fieldset>
Expand Down
10 changes: 5 additions & 5 deletions db/seedfiles/translations/en/me/plan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit e44cbda

Please sign in to comment.