This commit is contained in:
Matias Alejo Garcia 2015-10-07 12:32:55 -03:00
parent e6fa32d986
commit f17c0ebcfe
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" ng-change="isTestnet=false" class="green right m5t m10b"></switch>
</label>
<!-- -->
<label ng-show="!index.isCordova || 0" for="hw-trezor" class="oh">
<label ng-show="!index.isCordova && 0" for="hw-trezor" class="oh">
<span translate>Use TREZOR hardware wallet</span>
<switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch>
</label>

View File

@ -82,7 +82,7 @@
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" class="green right m5t m10b"></switch>
</label>
<label ng-show="!index.isCordova || 0" for="hw-trezor" class="oh">
<label ng-show="!index.isCordova && 0" for="hw-trezor" class="oh">
<span translate>Use TREZOR hardware wallet</span>
<switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch>
</label>