Skip to content

Commit

Permalink
Fix ionic-toggle error
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgustavo committed Apr 24, 2017
1 parent 688fff5 commit 126b05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/views/tab-import-phrase.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<input type="text" ng-model="formData.bwsurl">
</label>

<ion-toggle ng-model="formData.testnetEnabled" ng-change="setDerivationPath()" toggle-class="toggle-positive" translate>
Testnet
<ion-toggle ng-model="formData.testnetEnabled" ng-change="setDerivationPath()" toggle-class="toggle-positive">
<span translate>Testnet</span>
</ion-toggle>
</div>
</div>
Expand Down

0 comments on commit 126b05a

Please sign in to comment.