mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
NewUI first time flow warning message change.
This commit is contained in:
parent
746c3e5f18
commit
07edf3f9ff
@ -59,7 +59,7 @@ class CreatePasswordScreen extends Component {
|
||||
? <LoadingScreen loadingMessage="Creating your new account" />
|
||||
: (
|
||||
<div>
|
||||
<h2 className="alpha-warning">Warning: This is Experimental software and is a Developer BETA</h2>
|
||||
<h2 className="alpha-warning">Please be aware that this version is still in under development.</h2>
|
||||
<div className="first-view-main">
|
||||
<div className="mascara-info">
|
||||
<Mascot
|
||||
|
Loading…
Reference in New Issue
Block a user