Merge pull request #5906 from dabura667/add_translate_tags

Add translate tags
This commit is contained in:
Matias Alejo Garcia 2017-04-20 13:26:19 +02:00 committed by GitHub
commit 01343d120d
1 changed files with 2 additions and 2 deletions

View File

@ -48,11 +48,11 @@
</label>
<label class="item item-input item-stacked-label">
<span class="input-label">Wallet Service URL</span>
<span class="input-label" translate>Wallet Service URL</span>
<input type="text" ng-model="formData.bwsurl">
</label>
<ion-toggle ng-model="formData.testnetEnabled" ng-change="setDerivationPath()" toggle-class="toggle-positive">
<ion-toggle ng-model="formData.testnetEnabled" ng-change="setDerivationPath()" toggle-class="toggle-positive" translate>
Testnet
</ion-toggle>
</div>