From 4c3172880ef53315aca084637aa590e83af85a99 Mon Sep 17 00:00:00 2001 From: mmv Date: Thu, 18 Jul 2019 13:35:21 +0400 Subject: [PATCH] change wording in safe name form --- .../open/components/SafeNameForm/index.jsx | 49 +++++++------------ 1 file changed, 19 insertions(+), 30 deletions(-) diff --git a/src/routes/open/components/SafeNameForm/index.jsx b/src/routes/open/components/SafeNameForm/index.jsx index 055a7894..aade39f6 100644 --- a/src/routes/open/components/SafeNameForm/index.jsx +++ b/src/routes/open/components/SafeNameForm/index.jsx @@ -5,7 +5,6 @@ import Field from '~/components/forms/Field' import TextField from '~/components/forms/TextField' import { required } from '~/components/forms/validator' import Block from '~/components/layout/Block' -import Row from '~/components/layout/Row' import { FIELD_NAME } from '~/routes/open/components/fields' import Paragraph from '~/components/layout/Paragraph' import OpenPaper from '~/components/Stepper/OpenPaper' @@ -35,10 +34,25 @@ const styles = () => ({ const SafeName = ({ classes }: Props) => ( + + + You are about to create a new Gnosis Safe wallet with one or more owners. First, let's give your new wallet + a name. This name is only stored locally and will never be shared with Gnosis or any third parties. + + + + + - This setup will create a Safe with one or more owners. Optionally give the Safe a local name. By continuing you - consent with the + By continuing you consent with the {' '} terms of use @@ -49,35 +63,10 @@ const SafeName = ({ classes }: Props) => ( privacy policy - . + . Most importantly, you confirm that your funds are held securely in the Gnosis Safe, a smart contract on the + Ethereum blockchain. These funds cannot be accessed by Gnosis at any point. - - - ● - - - I understand that my funds are held securely in my Safe. They cannot be accessed by Gnosis. - - - - - ● - - - My Safe is a smart contract on the Ethereum blockchain. - - - - - )