Merge pull request #703 from braydonf/network

Show network name instead of testnet boolean
This commit is contained in:
Matias Alejo Garcia 2016-02-05 12:52:06 -03:00
commit d16892d7af
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@
<td class="text-right">{{info.difficulty}}</td>
</tr>
<tr>
<td translate>Testnet</td>
<td class="text-right">{{info.testnet}}</td>
<td translate>Network</td>
<td class="text-right">{{info.network}}</td>
</tr>
<tr>
<td translate>Proxy setting</td>