diff --git a/app/components/ens/nameLookup.js b/app/components/ens/nameLookup.js index 86ec6b8..efa0ee7 100644 --- a/app/components/ens/nameLookup.js +++ b/app/components/ens/nameLookup.js @@ -94,8 +94,8 @@ const RegisterInfoCard = ({ formattedDomain, domainPrice }) => ( - - Resolve this domain to your Status wallet address and contact code + + This name will be pointed to the wallet address and contact code below diff --git a/app/components/ens/registerSubDomain.js b/app/components/ens/registerSubDomain.js index a2a4c98..c052e5e 100644 --- a/app/components/ens/registerSubDomain.js +++ b/app/components/ens/registerSubDomain.js @@ -2,7 +2,7 @@ import web3 from "Embark/web3" import ENSSubdomainRegistry from 'Embark/contracts/ENSSubdomainRegistry'; import React from 'react'; import Hidden from '@material-ui/core/Hidden'; -import { Button, MobileSearch, MobileButton } from '../../ui/components'; +import { Button, MobileSearch, MobileButton, Field } from '../../ui/components'; import { withFormik } from 'formik'; import { hash } from 'eth-ens-namehash'; import { zeroAddress, zeroBytes32, formatPrice } from './utils'; @@ -48,7 +48,7 @@ const InnerForm = ({ button={ : } - - setFieldValue('address', web3.eth.defaultAccount)} - required - wide /> + + + + + setFieldValue('address', web3.eth.defaultAccount)} + required + wide /> +