Skip to content

Commit

Permalink
Remove link "Full list of accepted IDs"
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Sep 24, 2020
1 parent 56a814b commit be8dac4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ function MobileIntroStep() {
<p>
{formatHTML(t('doc_auth.info.id_worn_html'), {
strong: 'strong',
})}{' '}
<a href="/">{t('doc_auth.info.accepted_ids')}</a>
})}
</p>
{serviceProvider && (
<p>
Expand Down
1 change: 0 additions & 1 deletion app/views/idv/doc_auth/upload.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

<p>
<%= t('doc_auth.info.id_worn_html') %>
<a href="/"><%= t('doc_auth.info.accepted_ids') %></a>
</p>

<% if decorated_session.sp_name %>
Expand Down
1 change: 0 additions & 1 deletion config/js_locale_strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- doc_auth.headings.interstitial
- doc_auth.headings.photo
- doc_auth.headings.selfie
- doc_auth.info.accepted_ids
- doc_auth.info.capture_status_capturing
- doc_auth.info.capture_status_none
- doc_auth.info.capture_status_small_document
Expand Down
1 change: 0 additions & 1 deletion config/locales/doc_auth/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ en:
verify: Please verify your information
welcome: We need to verify your identity
info:
accepted_ids: Full list of accepted IDs
camera_required: Your mobile phone must have a camera and a web browser
capture_status_capturing: Capturing
capture_status_none: Align
Expand Down
1 change: 0 additions & 1 deletion config/locales/doc_auth/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ es:
verify: Por favor verifica tu información
welcome: Nosotros necesitamos verificar tu identidad
info:
accepted_ids: Lista completa de identificaciones aceptadas
camera_required: Su teléfono móvil debe tener una cámara y un navegador web
capture_status_capturing: Capturando
capture_status_none: Alinea
Expand Down
1 change: 0 additions & 1 deletion config/locales/doc_auth/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ fr:
verify: S'il vous plaît vérifier vos informations
welcome: Nous devons vérifier votre identité
info:
accepted_ids: Liste complète des identifiants acceptés
camera_required: Votre téléphone portable doit avoir une caméra et un navigateur
Web
capture_status_capturing: Prendre la photo
Expand Down

0 comments on commit be8dac4

Please sign in to comment.