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 --- .../app/images/account-recovery/admins_contact.svg | 39 ++++++++++++++++++++++ web-ui/app/images/account-recovery/codes.svg | 37 ++++++++++++++++++++ .../forms/admin_recovery_code_form.js | 6 +++- web-ui/src/account_recovery/forms/forms.scss | 20 +++++++++++ .../account_recovery/forms/new_password_form.js | 2 +- .../forms/user_recovery_code_form.js | 6 +++- web-ui/test/integration/translations.spec.js | 6 ++-- 7 files changed, 110 insertions(+), 6 deletions(-) create mode 100644 web-ui/app/images/account-recovery/admins_contact.svg create mode 100644 web-ui/app/images/account-recovery/codes.svg (limited to 'web-ui') diff --git a/web-ui/app/images/account-recovery/admins_contact.svg b/web-ui/app/images/account-recovery/admins_contact.svg new file mode 100644 index 00000000..ae94f307 --- /dev/null +++ b/web-ui/app/images/account-recovery/admins_contact.svg @@ -0,0 +1,39 @@ + + + + Group 2 Copy + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/web-ui/app/images/account-recovery/codes.svg b/web-ui/app/images/account-recovery/codes.svg new file mode 100644 index 00000000..553064b4 --- /dev/null +++ b/web-ui/app/images/account-recovery/codes.svg @@ -0,0 +1,37 @@ + + + + Group Copy 3 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + xyz + 42 + abc + + + + + + \ No newline at end of file diff --git a/web-ui/src/account_recovery/forms/admin_recovery_code_form.js b/web-ui/src/account_recovery/forms/admin_recovery_code_form.js index 75cf6ea5..e4d335bb 100644 --- a/web-ui/src/account_recovery/forms/admin_recovery_code_form.js +++ b/web-ui/src/account_recovery/forms/admin_recovery_code_form.js @@ -24,13 +24,17 @@ import SubmitButton from 'src/common/submit_button/submit_button'; import './forms.scss'; export const AdminRecoveryCodeForm = ({ t, next }) => ( -
+ {t('account-recovery.admin-form.image-description')}

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

+