From 1bd16765134336322ec89f91f5273bdc7f10ef0e Mon Sep 17 00:00:00 2001 From: Steve Urciuoli Date: Tue, 9 Oct 2018 23:22:05 -0400 Subject: [PATCH] Fix webauthn success icon (#2591) --- app/views/users/webauthn_setup/success.html.slim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/users/webauthn_setup/success.html.slim b/app/views/users/webauthn_setup/success.html.slim index cc75b70c63e..58370b0672d 100644 --- a/app/views/users/webauthn_setup/success.html.slim +++ b/app/views/users/webauthn_setup/success.html.slim @@ -1,7 +1,7 @@ -- title t('doc_auth.titles.doc_auth') +- title t('forms.webauthn_setup.success_title') -= image_tag(asset_url('alert/success'), - alt: t('idv.titles.session.success'), width: 60) += image_tag(asset_url('alert/success.svg'), + alt: t('forms.webauthn_setup.success_title'), width: 60) h1.h3.mb2.mt3.my0 = t('forms.webauthn_setup.success_title')