diff --git a/common/components/AlphaAgreement/index.scss b/common/components/AlphaAgreement/index.scss index ea5fab97..18665d51 100644 --- a/common/components/AlphaAgreement/index.scss +++ b/common/components/AlphaAgreement/index.scss @@ -3,7 +3,7 @@ .AlphaAgreement { @include cover-message; - background: $brand-warning; + background: $brand-info; &-content { &-buttons { diff --git a/common/components/AlphaAgreement/index.tsx b/common/components/AlphaAgreement/index.tsx index 81999354..7ec4b42a 100644 --- a/common/components/AlphaAgreement/index.tsx +++ b/common/components/AlphaAgreement/index.tsx @@ -25,26 +25,25 @@ export default class AlphaAgreement extends React.PureComponent<{}, State> {
- You are about to access an alpha version of MyCrypto that is currently in development. - In its current state, it should only be used for testing, not for important - transactions. + You are about to access a beta version of MyCrypto that is currently in development. In + its current state, it should only be used for testing, not for important transactions.
Any wallets you generate should not hold a significant value, and any transactions you make should be for small amounts. MyCrypto does not claim responsibility for any issues - that happen while using the alpha version. + that happen while using the beta version.
Are you sure you would like to continue?
© {new Date().getFullYear()} MyCrypto, LLC{' '} - · v{VERSION} + · {VERSION}