Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
ugh 5am
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Feb 16, 2017
1 parent 3a26e91 commit 20ccc8c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/includes/swap-stage-3.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<p translate="SWAP_rec_amt">Amount to receive</p>
</div>
<div class="col-sm-3 order-info">
<h4>{{orderResult.input.amount/orderResult.output.amount | number: 6}} {{orderResult.output.currency}}/{{orderResult.input.currency}}</h4>
<h4>{{swapOrder.swapRate}} {{swapOrder.swapPair}}</h4>
<p translate="SWAP_your_rate">Your rate</p>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ <h4>{{orderResult.output.amount}} {{orderResult.output.currency}}</h4>
<p translate="SWAP_rec_amt">Amount to receive</p>
</div>
<div class="col-sm-3 order-info">
<h4>{{orderResult.input.amount/orderResult.output.amount | number: 6}} {{orderResult.output.currency}}/{{orderResult.input.currency}}</h4>
<h4>{{swapOrder.swapRate}} {{swapOrder.swapPair}}</h4>
<p translate="SWAP_your_rate">Your rate</p>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "3.5.0",
"version": "3.5.2",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ <h4>{{orderResult.output.amount}} {{orderResult.output.currency}}</h4>
<p translate="SWAP_rec_amt">Amount to receive</p>
</div>
<div class="col-sm-3 order-info">
<h4>{{orderResult.input.amount/orderResult.output.amount | number: 6}} {{orderResult.output.currency}}/{{orderResult.input.currency}}</h4>
<h4>{{swapOrder.swapRate}} {{swapOrder.swapPair}}</h4>
<p translate="SWAP_your_rate">Your rate</p>
</div>
</section>
Expand Down
Binary file modified releases/chrome-extension-v3.5.0.zip
Binary file not shown.
Binary file modified releases/dist-v3.5.0.zip
Binary file not shown.

0 comments on commit 20ccc8c

Please sign in to comment.