BWS url preference view translatable
This commit is contained in:
parent
e4568a7c3d
commit
20ef3bffc6
2 changed files with 8 additions and 3 deletions
|
|
@ -1247,6 +1247,11 @@ msgstr ""
|
|||
msgid "Export wallet"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/preferencesBwsUrl.html:3
|
||||
#: www/views/preferencesBwsUrl.html:13
|
||||
msgid "Wallet Service URL"
|
||||
msgstr ""
|
||||
|
||||
#: src/js/services/walletService.js:1174
|
||||
#: www/views/tab-export-qrCode.html:9
|
||||
msgid "Exporting via QR not supported for this wallet"
|
||||
|
|
@ -3769,7 +3774,7 @@ msgid "{{amountStr}} for Mercado Livre Brazil Gift Card"
|
|||
msgstr ""
|
||||
|
||||
#: www/views/preferencesBwsUrl.html:21
|
||||
msgid "{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and Copayer synchronization. The default configuration points to https://bws.bitpay.com (BitPay's public BWS instance)."
|
||||
msgid "{{appName}} depends on Bitcore Wallet Service (BWS) for blockchain information, networking and wallet synchronization. The default configuration points to https://bws.bitcoin.com (Bitcoin.com's public BWS instance)."
|
||||
msgstr ""
|
||||
|
||||
#: src/js/controllers/confirm.js:408
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<ion-view class="settings" show-tabs>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>Wallet Service URL</ion-nav-title>
|
||||
<ion-nav-title translate>Wallet Service URL</ion-nav-title>
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<div class="list settings-list settings-input-group">
|
||||
<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" id="bwsurl" type="text" name="bwsurl" ng-model="bwsurl.value">
|
||||
</label>
|
||||
<button class="no-border postfix" on-tap="resetDefaultUrl()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue