From 54c6c6b7c932ea7fe600592a861f7b46391b494d Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Wed, 15 Mar 2017 14:09:42 -0300 Subject: [#971] Add backup account confirmation page with @tuliocasagrande --- .../backup_account/confirmation/confirmation.js | 43 +++++++++++++++++++++ .../backup_account/confirmation/confirmation.scss | 44 ++++++++++++++++++++++ .../confirmation/confirmation.spec.js | 29 ++++++++++++++ 3 files changed, 116 insertions(+) create mode 100644 web-ui/src/backup_account/confirmation/confirmation.js create mode 100644 web-ui/src/backup_account/confirmation/confirmation.scss create mode 100644 web-ui/src/backup_account/confirmation/confirmation.spec.js (limited to 'web-ui/src/backup_account/confirmation') diff --git a/web-ui/src/backup_account/confirmation/confirmation.js b/web-ui/src/backup_account/confirmation/confirmation.js new file mode 100644 index 00000000..324d46ba --- /dev/null +++ b/web-ui/src/backup_account/confirmation/confirmation.js @@ -0,0 +1,43 @@ +/* + * Copyright (c) 2017 ThoughtWorks, Inc. + * + * Pixelated is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Pixelated is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Pixelated. If not, see . + */ + +import React from 'react'; +import { translate } from 'react-i18next'; +import SubmitButton from 'src/common/submit_button/submit_button'; + +import './confirmation.scss'; + +export const Confirmation = ({ t }) => ( +
+

{t('backup-account.confirmation.title1')}
{t('backup-account.confirmation.title2')}

+

{t('backup-account.confirmation.paragraph')}

+ Sent mail + +
+ +