Skip to content

Commit

Permalink
add text for missing immigrant status labels (#3864)
Browse files Browse the repository at this point in the history
* adds hardcoded text for missing localized keys

* add translations for content
  • Loading branch information
charlienparker authored and kristinmerbach committed Jun 13, 2024
1 parent 84c4347 commit c7edb0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/seedfiles/translations/en/cca/insured.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions db/seedfiles/translations/en/dc/insured.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 2 additions & 0 deletions db/seedfiles/translations/en/me/insured.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c7edb0c

Please sign in to comment.