Skip to content

Commit

Permalink
fix esn to ether
Browse files Browse the repository at this point in the history
  • Loading branch information
ethersocialnet committed Apr 7, 2018
1 parent d3a5120 commit 4c834f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions interface/client/templates/popupWindows/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ <h1>{{appName}}</h1>
<p>
Version {{mist.version}}<br>
License {{mist.license}}<br>
GitHub <a href="https://github.com/ethereum/mist" target="_blank">github.com/ethereum/mist</a>
GitHub <a href="https://github.com/ethersocial/mist" target="_blank">github.com/ethersocial/mist</a>
</p>
<small>Copyright 2017 Ethereum Foundation</small>
<small>Copyright 2018 EtherSocial Foundation</small>
</div>
</div>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>{{i18n "mist.popupWindows.sendTransactionConfirmation.title.createContract"}
</div>
<div class="connection">
<div class="amount">
{{{totalAmount}}} <span class="unit">ETHER</span>
{{{totalAmount}}} <span class="unit">ESN</span>
</div>
{{#if TemplateVar.get "executionFunction" }}
<div class='function-signature {{#if TemplateVar.get "hasSignature"}} has-signature {{/if}} '>
Expand Down

0 comments on commit 4c834f9

Please sign in to comment.