Address types translatable
This commit is contained in:
parent
a54b30f6ae
commit
5b581d3be2
2 changed files with 12 additions and 2 deletions
|
|
@ -73,8 +73,8 @@
|
|||
<span translate>Address Type</span>:
|
||||
</div>
|
||||
<select ng-model="bchAddressType.type" ng-change="displayAddress(bchAddressType.type)">
|
||||
<option value="cashaddr">Cash Address</option>
|
||||
<option value="legacy">Legacy</option>
|
||||
<option value="cashaddr" translate>Cash Address</option>
|
||||
<option value="legacy" translate>Legacy</option>
|
||||
<option value="bitpay">BitPay</option>
|
||||
</select>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue