diff --git a/.gitignore b/.gitignore
index 5c20c22..c55e7b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@ package-lock.json
# other
.vs/
bin/
+.idea/
diff --git a/app/components/ens/nameLookup.js b/app/components/ens/nameLookup.js
index 031d1b9..3e34915 100644
--- a/app/components/ens/nameLookup.js
+++ b/app/components/ens/nameLookup.js
@@ -23,6 +23,7 @@ import StatusLogo from '../../ui/icons/components/StatusLogo'
import EnsLogo from '../../ui/icons/logos/ens.png';
import { formatPrice } from '../ens/utils';
import CheckCircle from '../../ui/icons/components/baseline_check_circle_outline.png';
+import WarningIcon from '../../ui/icons/svg/warning.svg';
const { getPrice, getExpirationTime, release } = UsernameRegistrar.methods;
import NotInterested from '@material-ui/icons/NotInterested';
import Face from '@material-ui/icons/Face';
@@ -284,15 +285,17 @@ const LookupForm = ({ handleSubmit, values, handleChange, justSearch }) => (
- {!justSearch &&
- Symbols * /
- are not supported
- }
+ {!justSearch &&
+
+
+ Names are made with
letters and numbers only
+
+ }