Address types in Settings > Wallet > Wallet Addresses translatable
This commit is contained in:
parent
20ef3bffc6
commit
8f033849d3
2 changed files with 6 additions and 4 deletions
|
|
@ -39,11 +39,11 @@
|
|||
|
||||
<div ng-if="showAddressTypes" class="item item-input item-select">
|
||||
<div class="view-all input-label" translate>
|
||||
Address type
|
||||
Address Type
|
||||
</div>
|
||||
<select ng-model="addressType.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>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue