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
|
|
@ -173,11 +173,13 @@ msgstr ""
|
|||
msgid "Address Type"
|
||||
msgstr ""
|
||||
|
||||
#www/views/tab-receive.html:76
|
||||
#: www/views/tab-receive.html:76
|
||||
#: www/views/addresses.html:45
|
||||
msgid "Cash Address"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/tab-receive.html:77
|
||||
#: www/views/addresses.html:46
|
||||
msgid "Legacy"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -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