diff --git a/app/views/insured/consumer_roles/_immigration_document_fields.html.erb b/app/views/insured/consumer_roles/_immigration_document_fields.html.erb index 33fd4e29f9b..a4d4633ec73 100644 --- a/app/views/insured/consumer_roles/_immigration_document_fields.html.erb +++ b/app/views/insured/consumer_roles/_immigration_document_fields.html.erb @@ -6,14 +6,14 @@ <%= select_tag :immigration_doc_type, options_for_select(VlpDocument.immigration_document_types, selected: vlp_doc_subject), {id: 'immigration_doc_type', prompt: l10n("insured.consumer_roles.select_doc_type")} %> -
+
<%= select_tag :naturalization_doc_type, options_for_select([['Certificate of citizenship','Certificate of Citizenship'], ['Naturalization certificate', 'Naturalization Certificate']], selected: vlp_doc_subject), {id: 'naturalization_doc_type', prompt: l10n("insured.consumer_roles.select_doc_type")} %>
-
+
<% else %> diff --git a/app/views/shared/_ssn_coverage_msg.html.erb b/app/views/shared/_ssn_coverage_msg.html.erb index 6ec3985fdf9..1da6f43a891 100644 --- a/app/views/shared/_ssn_coverage_msg.html.erb +++ b/app/views/shared/_ssn_coverage_msg.html.erb @@ -1,8 +1,22 @@ -
+<% if @bs4 %> +
+
+
+ +
+
+ Even if you don’t want health coverage for yourself, providing your SSN can be helpful since it can speed up the application process. We use SSNs to check income and other information to see who’s eligible for help with health coverage costs. +
+
+
+ +<% else %> +
Even if you don’t want health coverage for yourself, providing your SSN can be helpful since it can speed up the application process. We use SSNs to check income and other information to see who’s eligible for help with health coverage costs.
-
\ No newline at end of file +
+<% end %>