Skip to content

Commit

Permalink
bs4 fix mh warning banner (#4232)
Browse files Browse the repository at this point in the history
add warning 2 translation and markup
  • Loading branch information
charlienparker authored and bbodine1 committed Aug 23, 2024
1 parent 329bc6c commit df5916b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/shared/_optional_field_warning.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<div>
<div class="info-icon icon" alt="info" aria-hidden="true">&nbsp;</div>
</div>
<div class="mt-2 mb-1">
<%= l10n("insured.consumer_roles.immigration_field_warning1") %>
<div>
<strong><%= l10n("insured.consumer_roles.immigration_field_warning1") %></strong>
<%= l10n("insured.consumer_roles.immigration_field_warning2") %>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions db/seedfiles/translations/en/cca/insured.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
:'en.insured.consumer_roles.home_address' => "Home Address",
:'en.insured.consumer_roles.phone_and_email' => "Phone and Email",
:'en.insured.consumer_roles.immigration_field_warning1' => "It's important to enter as many fields from your immigration documents as possible",
:'en.insured.consumer_roles.immigration_field_warning2' => " even though some fields may be labeled 'optional'. Entering all of your document information makes the application process go smoother and faster, helps make sure your eligibility results are correct, and may prevent you from needing to come back later and provide information.",
:'en.insured.consumer_roles.dependent_error.header' => "Correct the following to add this family member:",
:'en.insured.consumer_roles.dependent_error.gender' => "Gender can't be blank",
:'en.insured.consumer_roles.dependent_error.sex' => "Sex can't be blank",
Expand Down
1 change: 1 addition & 0 deletions db/seedfiles/translations/en/dc/insured.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
:"en.insured.consumer_roles.home_address" => "Home Address",
:"en.insured.consumer_roles.phone_and_email" => "Phone and Email",
:"en.insured.consumer_roles.immigration_field_warning1" => "It's important to enter as many fields from your immigration documents as possible",
:'en.insured.consumer_roles.immigration_field_warning2' => " even though some fields may be labeled 'optional'. Entering all of your document information makes the application process go smoother and faster, helps make sure your eligibility results are correct, and may prevent you from needing to come back later and provide information.",
:'en.your_information' => "Privacy & Use of Your Information",
:'en.continue_next' => "Continue to Next Step",
:'en.previous_step' => "Previous Step",
Expand Down
1 change: 1 addition & 0 deletions db/seedfiles/translations/en/me/insured.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
:'en.insured.consumer_roles.home_address' => "Home Address",
:'en.insured.consumer_roles.phone_and_email' => "Phone and Email",
:'en.insured.consumer_roles.immigration_field_warning1' => "It's important to enter as many fields from your immigration documents as possible",
:'en.insured.consumer_roles.immigration_field_warning2' => " even though some fields may be labeled 'optional'. Entering all of your document information makes the application process go smoother and faster, helps make sure your eligibility results are correct, and may prevent you from needing to come back later and provide information.",
:'en.insured.consumer_roles.dependent_error.header' => "Correct the following to add this family member:",
:'en.insured.consumer_roles.dependent_error.gender' => "Gender can't be blank",
:'en.insured.consumer_roles.dependent_error.sex' => "Sex can't be blank",
Expand Down

0 comments on commit df5916b

Please sign in to comment.