diff --git a/app/javascript/packages/document-capture/components/in-person-prepare-step.tsx b/app/javascript/packages/document-capture/components/in-person-prepare-step.tsx
index 46160ef37a4..bc8c8a6593f 100644
--- a/app/javascript/packages/document-capture/components/in-person-prepare-step.tsx
+++ b/app/javascript/packages/document-capture/components/in-person-prepare-step.tsx
@@ -13,7 +13,8 @@ import { FlowContext } from '@18f/identity-verify-flow';
import { useI18n } from '@18f/identity-react-i18n';
import { FormStepsButton } from '@18f/identity-form-steps';
import UploadContext from '../context/upload';
-import InPersonTroubleshootingOptions from './in-person-troubleshooting-options';
+// WILLFIX: Hiding this component until help links are finalized; see LG-6875
+// import InPersonTroubleshootingOptions from './in-person-troubleshooting-options';
function InPersonPrepareStep({ value }) {
const { t } = useI18n();
@@ -90,7 +91,10 @@ function InPersonPrepareStep({ value }) {
)}
+ {/*
+ WILLFIX: Hiding this component until help links are finalized; see LG-6875
<%= t('in_person_proofing.body.address.info') %> - <%= new_window_link_to(t('in_person_proofing.body.address.learn_more'), MarketingSite.security_and_privacy_practices_url) %> + <%# WILLFIX: Hiding the link below until help links are finalized; see LG-6875 %> + <%# i18n-tasks-use t('in_person_proofing.body.address.learn_more') %> + <%# new_window_link_to(t('in_person_proofing.body.address.learn_more'), MarketingSite.security_and_privacy_practices_url) %>
<%= simple_form_for( diff --git a/app/views/idv/in_person/ready_to_verify/show.html.erb b/app/views/idv/in_person/ready_to_verify/show.html.erb index d3526156c13..6e93663230c 100644 --- a/app/views/idv/in_person/ready_to_verify/show.html.erb +++ b/app/views/idv/in_person/ready_to_verify/show.html.erb @@ -59,8 +59,9 @@ <% end %> <% end %>- <%= t('in_person_proofing.body.barcode.items_to_bring_questions') %> - <%= new_window_link_to( + <%# WILLFIX: Hiding this text and link until help links are finalized; see LG-6875 %> + <%# t('in_person_proofing.body.barcode.items_to_bring_questions') %> + <%# new_window_link_to( t('in_person_proofing.body.barcode.learn_more'), MarketingSite.help_center_article_url( category: 'verify-your-identity', diff --git a/app/views/user_mailer/in_person_ready_to_verify.html.erb b/app/views/user_mailer/in_person_ready_to_verify.html.erb index c6f4a1f68fe..f12c97a82b0 100644 --- a/app/views/user_mailer/in_person_ready_to_verify.html.erb +++ b/app/views/user_mailer/in_person_ready_to_verify.html.erb @@ -61,8 +61,10 @@ <% end %>
- <%= t('in_person_proofing.body.barcode.items_to_bring_questions') %> - <%= link_to( + <%# WILLFIX: Hiding this text and link until help links are finalized; see LG-6875 %> + <%# i18n-tasks-use t('in_person_proofing.body.barcode.items_to_bring_questions') %> + <%# t('in_person_proofing.body.barcode.items_to_bring_questions') %> + <%# link_to( t('in_person_proofing.body.barcode.learn_more'), MarketingSite.help_center_article_url( category: 'verify-your-identity',