From e32e406c9f67f287f544e469bce2f743d025b1fd Mon Sep 17 00:00:00 2001 From: Charlie Parker Date: Mon, 20 May 2024 15:03:01 -0400 Subject: [PATCH] adds hardcoded text for missing localized keys --- .../insured/consumer_roles/_immigration_statuses.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/insured/consumer_roles/_immigration_statuses.html.erb b/app/views/insured/consumer_roles/_immigration_statuses.html.erb index 773b7838474..8474a034df1 100644 --- a/app/views/insured/consumer_roles/_immigration_statuses.html.erb +++ b/app/views/insured/consumer_roles/_immigration_statuses.html.erb @@ -1,12 +1,12 @@ <% if @bs4 %>
- <%= l10n("insured.consumer_roles.docs_shared.other_status_question") %> + Does this person also have any of these document types or statuses?
<% ::ConsumerRole::IMMIGRATION_DOCUMENT_STATUSES.each_with_index do |status, index| %> <% end %>