From 595c218d19f504d4b8c82423b47ff60fc0fb2680 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 28 Mar 2017 16:20:08 -0300 Subject: [#932] Adds images in account recovery flow --- web-ui/src/account_recovery/forms/user_recovery_code_form.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web-ui/src/account_recovery/forms/user_recovery_code_form.js') diff --git a/web-ui/src/account_recovery/forms/user_recovery_code_form.js b/web-ui/src/account_recovery/forms/user_recovery_code_form.js index 008fa64f..0438b002 100644 --- a/web-ui/src/account_recovery/forms/user_recovery_code_form.js +++ b/web-ui/src/account_recovery/forms/user_recovery_code_form.js @@ -25,13 +25,17 @@ import BackLink from 'src/common/back_link/back_link'; import './forms.scss'; export const UserRecoveryCodeForm = ({ t, previous, next }) => ( -
+ {t('account-recovery.user-form.image-description')}

{t('account-recovery.user-form.title')}

+

{t('account-recovery.user-form.description')}

-- cgit v1.2.3