Unverified Commit 02812e76 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Update settings.js

parent a8b5da6c
...@@ -206,7 +206,7 @@ class SettingsUI { ...@@ -206,7 +206,7 @@ class SettingsUI {
switch (this.selectExEnv.value) { switch (this.selectExEnv.value) {
case 'injected': { case 'injected': {
plusBtn.classList.add(css.disableMouseEvents) plusBtn.classList.add(css.disableMouseEvents)
plusTitle.title = "Unfortnately it's not possible to create an account for injected web3, please use the Metamask or other providers" plusTitle.title = "Unfortunately it's not possible to create an account using injected web3. Please create the account directly from your provider (i.e metamask or other of the same type)."
} }
break break
case 'vm': { case 'vm': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment