diff --git a/app/views/shared/_optional_field_warning.html.erb b/app/views/shared/_optional_field_warning.html.erb
index 217a7996ed0..7b14bfc98cc 100644
--- a/app/views/shared/_optional_field_warning.html.erb
+++ b/app/views/shared/_optional_field_warning.html.erb
@@ -4,8 +4,9 @@
-
- <%= l10n("insured.consumer_roles.immigration_field_warning1") %>
+
+ <%= l10n("insured.consumer_roles.immigration_field_warning1") %>
+ <%= l10n("insured.consumer_roles.immigration_field_warning2") %>
diff --git a/db/seedfiles/translations/en/cca/insured.rb b/db/seedfiles/translations/en/cca/insured.rb
index 16aaa0a6abb..c1d583e2638 100644
--- a/db/seedfiles/translations/en/cca/insured.rb
+++ b/db/seedfiles/translations/en/cca/insured.rb
@@ -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",
diff --git a/db/seedfiles/translations/en/dc/insured.rb b/db/seedfiles/translations/en/dc/insured.rb
index b1c32fc9e54..e0d33e1cdf6 100644
--- a/db/seedfiles/translations/en/dc/insured.rb
+++ b/db/seedfiles/translations/en/dc/insured.rb
@@ -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",
diff --git a/db/seedfiles/translations/en/me/insured.rb b/db/seedfiles/translations/en/me/insured.rb
index dda648f0ad7..1bfcc027a26 100644
--- a/db/seedfiles/translations/en/me/insured.rb
+++ b/db/seedfiles/translations/en/me/insured.rb
@@ -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",