From 4582b2558c62c9d03dca5c29530e7db24ccb00cc Mon Sep 17 00:00:00 2001 From: Charlie Parker Date: Tue, 21 May 2024 11:14:31 -0400 Subject: [PATCH] add text for missing immigrant status labels (#3864) * adds hardcoded text for missing localized keys * add translations for content --- db/seedfiles/translations/en/cca/insured.rb | 2 ++ db/seedfiles/translations/en/dc/insured.rb | 2 ++ db/seedfiles/translations/en/me/insured.rb | 2 ++ 3 files changed, 6 insertions(+) diff --git a/db/seedfiles/translations/en/cca/insured.rb b/db/seedfiles/translations/en/cca/insured.rb index 038fc987f6d..6e61b500dac 100644 --- a/db/seedfiles/translations/en/cca/insured.rb +++ b/db/seedfiles/translations/en/cca/insured.rb @@ -24,6 +24,8 @@ How to find the SEVIS ID: On the DS-2019, the number is on the top right hand side of the page in the box above the barcode.", :'en.insured.consumer_roles.docs_shared.visa_number' => "Visa number", :'en.insured.consumer_roles.docs_shared.visa_number_title' => "Please enter the Visa Number exactly as it appears on the document. You must enter exactly eight letters and numbers. You may not enter any special characters.", + :'en.insured.consumer_roles.docs_shared.other_status_question' => "Does this person also have any of these document types or statuses?", + :'en.insured.consumer_roles.docs_shared.none_of_above_note' => "(Select this if this person doesn't have a listed document. You can continue the application without selecting a document or status type)", :'en.personal_information' => "Personal Information", :'en.personal_info' => "Personal Info", :"en.tell_us_about_yourself" => "Tell Us About Yourself", diff --git a/db/seedfiles/translations/en/dc/insured.rb b/db/seedfiles/translations/en/dc/insured.rb index 336fa01d732..d88dfb951a1 100644 --- a/db/seedfiles/translations/en/dc/insured.rb +++ b/db/seedfiles/translations/en/dc/insured.rb @@ -29,6 +29,8 @@ -li- How to find the SEVIS ID: On the DS-2019, the number is on the top right hand side of the page in the box above the barcode.", :'en.insured.consumer_roles.docs_shared.visa_number' => "Visa Number", :'en.insured.consumer_roles.docs_shared.visa_number_req' => "Enter 8-12 numbers. -li- Do not enter any other characters or spaces.", + :'en.insured.consumer_roles.docs_shared.other_status_question' => "Does this person also have any of these document types or statuses?", + :'en.insured.consumer_roles.docs_shared.none_of_above_note' => "(Select this if this person doesn't have a listed document. You can continue the application without selecting a document or status type)", :'en.personal_information' => "Personal Information", :'en.personal_info' => "Personal Info", :'en.insured.consumer_roles.help_question_info' => "Enter your personal information and answer the following questions. When you're finished, select CONTINUE.", diff --git a/db/seedfiles/translations/en/me/insured.rb b/db/seedfiles/translations/en/me/insured.rb index 627cdc20cfb..5d906122173 100644 --- a/db/seedfiles/translations/en/me/insured.rb +++ b/db/seedfiles/translations/en/me/insured.rb @@ -29,6 +29,8 @@ -li- How to find the SEVIS ID: On the DS-2019, the number is on the top right hand side of the page in the box above the barcode.", :'en.insured.consumer_roles.docs_shared.visa_number' => "Visa Number", :'en.insured.consumer_roles.docs_shared.visa_number_req' => "Enter 8-12 numbers. -li- Do not enter any other characters or spaces.", + :'en.insured.consumer_roles.docs_shared.other_status_question' => "Does this person also have any of these document types or statuses?", + :'en.insured.consumer_roles.docs_shared.none_of_above_note' => "(Select this if this person doesn't have a listed document. You can continue the application without selecting a document or status type)", :'en.personal_information' => "Personal Information", :'en.personal_info' => "Personal Info", :"en.tell_us_about_yourself" => "Tell Us About Yourself",