Merge pull request #290 from Bitcoin-com/wallet/task/501
501 - Fix text when sweeping paper wallet
This commit is contained in:
commit
b766f2723c
2 changed files with 31 additions and 7 deletions
|
|
@ -2916,10 +2916,15 @@ msgid "Sweep"
|
|||
msgstr ""
|
||||
|
||||
#: www/views/includes/incomingDataMenu.html:89
|
||||
#: www/views/paperWallet.html:3
|
||||
msgctxt "List item"
|
||||
msgid "Sweep paper wallet"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/paperWallet.html:3
|
||||
msgctxt "Page title"
|
||||
msgid "Sweep Paper Wallet"
|
||||
msgstr ""
|
||||
|
||||
#: src/js/services/onGoingProcess.js:33
|
||||
msgid "Sweeping Wallet..."
|
||||
msgstr ""
|
||||
|
|
@ -3851,6 +3856,25 @@ msgstr ""
|
|||
msgid "This invoice is no longer accepting payments"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/paperWallet.html:48
|
||||
msgid "No Bitcoin Cash wallet to transfer funds to found."
|
||||
msgstr ""
|
||||
|
||||
#: www/views/paperWallet.html:54
|
||||
msgid "No Bitcoin Cash found."
|
||||
msgstr ""
|
||||
|
||||
#: www/views/paperWallet.html:60
|
||||
msgid "Bitcoin Core found:"
|
||||
msgstr ""
|
||||
|
||||
#: www/views/paperWallet.html:98
|
||||
msgid "No Bitcoin Core wallet to transfer funds to found."
|
||||
msgstr ""
|
||||
|
||||
#: www/views/paperWallet.html:104
|
||||
msgid "No Bitcoin Core found."
|
||||
|
||||
#: src/js/controllers/tab-scan.js:120
|
||||
msgid "Scan Failed"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<ion-view hide-tabs>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>{{'Sweep paper wallet' | translate}}</ion-nav-title>
|
||||
<ion-nav-title>{{'Sweep Paper Wallet' | translate}}</ion-nav-title>
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
|
|
@ -45,19 +45,19 @@
|
|||
</div>
|
||||
<div ng-class="ng-hide" ng-show="noMatchingBchWallet">
|
||||
<div class="text-center size-12 text-gray">
|
||||
<span>No Bitcoin Cash wallet to transfer funds to found.</span>
|
||||
<span translate>No Bitcoin Cash wallet to transfer funds to found.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-class="ng-hide" ng-show="!bchBalance && readyToShow">
|
||||
<div class="text-center">
|
||||
<h4 class="text-bold" translate>No Bitcoin Cash found</h4>
|
||||
<h4 class="text-bold" translate>No Bitcoin Cash found.</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-class="ng-hide" ng-show="btcBalance">
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
<h4 class="text-bold" translate>Bitcoin found:</h4>
|
||||
<h4 class="text-bold" translate>Bitcoin Core found:</h4>
|
||||
<div class="size-24">
|
||||
<span>{{btcBalanceText}}</span>
|
||||
<div class="size-14 amount-alternative">
|
||||
|
|
@ -95,13 +95,13 @@
|
|||
</div>
|
||||
<div ng-class="ng-hide" ng-show="noMatchingBtcWallet">
|
||||
<div class="text-center size-12 text-gray">
|
||||
<span>No Bitcoin wallet to transfer funds to found.</span>
|
||||
<span translate>No Bitcoin Core wallet to transfer funds to found.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div ng-class="ng-hide" ng-show="!btcBalance && readyToShow">
|
||||
<div class="text-center">
|
||||
<h4 class="text-bold" translate>No Bitcoin found</h4>
|
||||
<h4 class="text-bold" translate>No Bitcoin Core found.</h4>
|
||||
</div>
|
||||
</div>
|
||||
<slide-to-accept-success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue