Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#94 from ugilio/mercury
Browse files Browse the repository at this point in the history
Fix broken translate attributes
  • Loading branch information
tayvano authored Aug 24, 2016
2 parents cfdf064 + afd8aaf commit ed4f40b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/includes/dao.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<a class="btn btn-danger btn-lg" data-toggle="modal" data-target="#withdrawTransaction" translate="DAO_TitleLong">
WITHDRAW YOUR DAO TOKENS FOR ETH
</a>
<p><small> Yes. Just push the big red button. It's that easy. </small></p>
<p><small translate="DAO_Inst"> Yes. Just push the big red button. It's that easy. </small></p>
<div class="form-group col-xs-12" ng-bind-html="sendTxStatus"></div>
<div class="form-group col-xs-12" ng-bind-html="withdrawTxStatus"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/includes/digix.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</div>

<div class="form-group col-xs-12" ng-show="showRaw">
<a class="btn btn-primary btn-block" data-toggle="modal" data-target="#sendTransaction" translate="SEND_generate">Generate Signed Transaction</a>
<a class="btn btn-primary btn-block" data-toggle="modal" data-target="#sendTransaction" translate="SEND_trans">Send Transaction</a>
</div>

<div class="form-group col-xs-12" ng-bind-html="sendTxStatus"></div>
Expand Down
2 changes: 1 addition & 1 deletion app/includes/help.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

@@if (site === 'mew' ) {
<h4 translate="HELP_5_Title">5. How do I run MyEtherWallet.com offline/locally? </h4>
<p tranlsate="HELP_5_Desc_1"> You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. </p>
<p translate="HELP_5_Desc_1"> You can run MyEtherWallet.com on your computer instead of from the GitHub servers. You can generatea a wallet completely offline and send transactions from the "Offline Transaction" page. </p>
<ol>
<li translate="HELP_5_Desc_2">Go to our github: <a href="https://github.com/kvhnuke/etherwallet/tree/gh-pages">https://github.com/kvhnuke/etherwallet/tree/gh-pages</a>.</li>
<li translate="HELP_5_Desc_3">Click download zip in the upper right.</li>
Expand Down

0 comments on commit ed4f40b

Please sign in to comment.