Skip to content
Snippets Groups Projects
Commit 1141685e authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch 'tmxs-develop' into 'develop'

Error correction

See merge request !101
parents 8c57bb11 3289a94e
No related branches found
No related tags found
1 merge request!101Error correction
...@@ -89,7 +89,7 @@ class Modals extends React.Component { ...@@ -89,7 +89,7 @@ class Modals extends React.Component {
const new_window = window.open(); const new_window = window.open();
new_window.opener = null; new_window.opener = null;
new_window.location = new_window.location =
'https://blocktrades.us/?input_coin_type=eth&output_coin_type=steem_power&receive_address=' + 'https://blocktrades.us/en/trade' +
username; username;
}; };
...@@ -159,7 +159,7 @@ class Modals extends React.Component { ...@@ -159,7 +159,7 @@ class Modals extends React.Component {
</li> </li>
</ol> </ol>
<button className="button" onClick={buyHivePower}> <button className="button" onClick={buyHivePower}>
{tt('g.buy_steem_power')} {tt('g.buy_hive_power')}
</button> </button>
</div> </div>
</Reveal> </Reveal>
......
...@@ -764,7 +764,7 @@ ...@@ -764,7 +764,7 @@
"out_of_bandwidth_option_1": "Buy and hold more Hive Power", "out_of_bandwidth_option_1": "Buy and hold more Hive Power",
"out_of_bandwidth_option_2": "Wait until your Resource Credits recharge", "out_of_bandwidth_option_2": "Wait until your Resource Credits recharge",
"out_of_bandwidth_option_3": "Wait until the network usage decreases", "out_of_bandwidth_option_3": "Wait until the network usage decreases",
"out_of_bandwidth_option_4": "Power up more Steem" "out_of_bandwidth_option_4": "Power up more HIVE"
}, },
"sanitizedlink_jsx": { "sanitizedlink_jsx": {
"phishylink_caution": "Link hidden; phishing attempt", "phishylink_caution": "Link hidden; phishing attempt",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment