From 1ec36fb45d48cadd98ec7188414fa6de4d9455ad Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 28 Mar 2017 15:33:55 -0300 Subject: [#932] Adds back link to account recovery steps --- web-ui/app/locales/en_US/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 22f533c0..14da9050 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -105,7 +105,8 @@ "input-label1": "create new password", "input-label2": "confirm your new password", "button": "Next" - } + }, + "back": "Back to previous step" }, "backup-account": { "page-title": "Pixelated Backup Account", -- cgit v1.2.3 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 ++++++++++++++++++++ 2 files changed, 76 insertions(+) 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/app') 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 -- cgit v1.2.3