diff --git a/app/assets/locales/locale-en.json b/app/assets/locales/locale-en.json index 033d07eb82..f2650d965b 100644 --- a/app/assets/locales/locale-en.json +++ b/app/assets/locales/locale-en.json @@ -78,6 +78,8 @@ "account": { "new_user": "New user?", "existing_user": "Existing user", + "restore": "Restore", + "advanced": "Advanced", "intro_text_title": "Welcome to BitShares", "intro_text_1": "Your Decentralized Exchange", "intro_text_2": "The DEX is inherently decentralized, enabling you to trade the BitShares core token (BTS) and a range of trustless price-stable, market-pegged assets such as bitUSD, bitCNY, bitBTC, bitGold and more. These assets can all be traded with zero counter-party risk, putting you in total control of your funds.", diff --git a/app/components/LoginSelector.jsx b/app/components/LoginSelector.jsx index 34e7a88eca..63801ec2ab 100644 --- a/app/components/LoginSelector.jsx +++ b/app/components/LoginSelector.jsx @@ -56,8 +56,8 @@ export default class LoginSelector extends React.Component { {!!childCount ? null :
-
Restore
-
Advanced
+
+
} {this.props.children}